Class Chunk

java.lang.Object
org.apache.poi.hsmf.datatypes.Chunk
Direct Known Subclasses:
ByteChunk, DirectoryChunk, MessageSubmissionChunk, PropertiesChunk, StringChunk

public abstract class Chunk extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getChunkId

      public int getChunkId()
      Gets the id of this chunk
    • getType

      public Types.MAPIType getType()
      Gets the numeric type of this chunk.
    • getEntryName

      public String getEntryName()
      Creates a string to use to identify this chunk in the POI file system object.
    • writeValue

      public abstract void writeValue(OutputStream out) throws IOException
      Writes the value of this chunk back out again.
      Throws:
      IOException
    • readValue

      public abstract void readValue(InputStream value) throws IOException
      Reads the value of this chunk using an InputStream
      Throws:
      IOException