Uses of Class
org.docx4j.org.apache.poi.util.LittleEndian.BufferUnderrunException
Packages that use LittleEndian.BufferUnderrunException
-
Uses of LittleEndian.BufferUnderrunException in org.docx4j.org.apache.poi.util
Methods in org.docx4j.org.apache.poi.util that throw LittleEndian.BufferUnderrunExceptionModifier and TypeMethodDescriptionvoidByteField.readFromStream(InputStream stream) set the value from an InputStreamvoidFixedField.readFromStream(InputStream stream) set the value from an InputStreamvoidIntegerField.readFromStream(InputStream stream) set the value from an InputStreamvoidLongField.readFromStream(InputStream stream) set the value from an InputStreamvoidShortField.readFromStream(InputStream stream) set the value from an InputStreamstatic intLittleEndian.readInt(InputStream stream) get an int value from an InputStreamstatic longLittleEndian.readLong(InputStream stream) get a long value from an InputStreamstatic shortLittleEndian.readShort(InputStream stream) get a short value from an InputStreamstatic longLittleEndian.readUInt(InputStream stream) get an unsigned int value from an InputStreamstatic intLittleEndian.readUShort(InputStream stream)