Java org.apache.poi.hssf.record RecordInputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hssf.record RecordInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hssf.record RecordInputStream.

The text is from its open source code.

Method

shortgetSid()
voidreadFully(byte[] buf)
byte[]readRemainder()
Returns the remaining bytes for the current record.
intreadUByte()
Reads an 8 bit, unsigned value
intreadUShort()
Reads a 16 bit, unsigned value.