org.apache.poi.util
public interface DelayableLittleEndianOutput extends LittleEndianOutput
createDelayedOutput(int)
to reserve two bytes of the output for the 'ushort size' header field. The delayed output can
be written at any stage.Modifier and Type | Method and Description |
---|---|
LittleEndianOutput |
createDelayedOutput(int size)
Creates an output stream intended for outputting a sequence of size bytes.
|
write, write, writeByte, writeDouble, writeInt, writeLong, writeShort
LittleEndianOutput createDelayedOutput(int size)
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.