Package org.apache.poi.hssf.record
Interface BiffHeaderInput
-
- All Known Implementing Classes:
Biff8DecryptingStream
public interface BiffHeaderInput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
available()
int
readDataSize()
Read an unsigned short from the stream without decryptingint
readRecordSID()
Read an unsigned short from the stream without decrypting
-