org.apache.poi.util
Interface LittleEndianOutput
- All Known Subinterfaces:
- DelayableLittleEndianOutput
- All Known Implementing Classes:
- ContinuableRecordOutput, LittleEndianByteArrayOutputStream, LittleEndianOutputStream
public interface LittleEndianOutput
- Author:
- Josh Micich
writeByte
void writeByte(int v)
writeShort
void writeShort(int v)
writeInt
void writeInt(int v)
writeLong
void writeLong(long v)
writeDouble
void writeDouble(double v)
write
void write(byte[] b)
write
void write(byte[] b,
int offset,
int len)
Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.