Package org.apache.poi.hpsf
Class Blob
- java.lang.Object
-
- org.apache.poi.hpsf.Blob
-
-
Constructor Summary
Constructors Constructor Description Blob()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static int
getMaxRecordLength()
void
read(LittleEndianInput lei)
static void
setMaxRecordLength(int length)
-
-
-
Method Detail
-
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)
-
-