Package org.apache.poi.hpsf
Class Blob
java.lang.Object
org.apache.poi.hpsf.Blob
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intvoidread(LittleEndianInput lei) static voidsetMaxRecordLength(int length)
-
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
-