Package org.apache.poi.hssf.record
Interface BiffHeaderInput
- All Known Implementing Classes:
Biff8DecryptingStream
public interface BiffHeaderInput
-
Method Summary
Modifier and TypeMethodDescriptionint
int
Read an unsigned short from the stream without decryptingint
Read an unsigned short from the stream without decrypting
-
Method Details
-
readRecordSID
int readRecordSID()Read an unsigned short from the stream without decrypting- Returns:
- the record sid
-
readDataSize
int readDataSize()Read an unsigned short from the stream without decrypting- Returns:
- the data size
-
available
int available()- Returns:
- the available bytes
-