Class Blob

java.lang.Object
org.apache.poi.hpsf.Blob

@Internal public class Blob extends Object
  • Constructor Details

    • Blob

      public Blob()
  • Method Details

    • setMaxRecordLength

      public static void setMaxRecordLength(int length)
      Parameters:
      length - the max record length allowed for Blob
    • getMaxRecordLength

      public static int getMaxRecordLength()
      Returns:
      the max record length allowed for Blob
    • read

      public void read(LittleEndianInput lei)