Uses of Class
org.apache.poi.hsmf.datatypes.ByteChunk
-
Packages that use ByteChunk Package Description org.apache.poi.hsmf.datatypes -
-
Uses of ByteChunk in org.apache.poi.hsmf.datatypes
Subclasses of ByteChunk in org.apache.poi.hsmf.datatypes Modifier and Type Class Description classByteChunkDeferredA Chunk that either acts asByteChunk(if not initialized with a node) or lazy loads its binary data from the document (if linked with a node viaByteChunkDeferred.readValue(DocumentNode)).Methods in org.apache.poi.hsmf.datatypes that return ByteChunk Modifier and Type Method Description ByteChunkAttachmentChunks. getAttachData()ByteChunkAttachmentChunks. getAttachRenderingWMF()ByteChunkChunks. getHtmlBodyChunkBinary()ByteChunkRecipientChunks. getRecipientSearchChunk()ByteChunkChunks. getRtfBodyChunk()
-