public final class Chunk
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Chunk.CommandA command in the visio file. | 
| Constructor and Description | 
|---|
| Chunk(ChunkHeader header,
     ChunkTrailer trailer,
     ChunkSeparator separator,
     byte[] contents) | 
| Modifier and Type | Method and Description | 
|---|---|
| byte[] | _getContents() | 
| ChunkFactory.CommandDefinition[] | getCommandDefinitions()Gets the command definitions, which define and describe much
  of the data held by the chunk. | 
| Chunk.Command[] | getCommands() | 
| ChunkHeader | getHeader() | 
| java.lang.String | getName()Get the name of the chunk, as found from the CommandDefinitions | 
| int | getOnDiskSize()Returns the size of the chunk, including any
  headers, trailers and separators. | 
| ChunkSeparator | getSeparator()Gets the separator between this chunk and the next, if it exists | 
| ChunkTrailer | getTrailer()Gets the trailer for this chunk, if it exists | 
public Chunk(ChunkHeader header, ChunkTrailer trailer, ChunkSeparator separator, byte[] contents)
public byte[] _getContents()
public ChunkHeader getHeader()
public ChunkSeparator getSeparator()
public ChunkTrailer getTrailer()
public ChunkFactory.CommandDefinition[] getCommandDefinitions()
public Chunk.Command[] getCommands()
public java.lang.String getName()
public int getOnDiskSize()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.