Index

B C G I P R S T U W 
All Classes and Interfaces|All Packages|Serialized Form

W

write(byte[], int, int) - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Writes the specified byte to this output stream.
writeBoolean(boolean) - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Writes a boolean to the output stream.
writeByte(int) - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Writes a byte value to the output stream.
writeBytes(String) - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Writes a string to the output stream as a sequence of bytes.
writeChar(int) - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Writes a char value to the output stream.
writeChars(String) - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Writes a string to the output stream as a sequence of characters.
writeDouble(double) - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Writes a double value to the output stream.
writeFloat(float) - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Writes a float value to the output stream.
writeInt(int) - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Writes a int value to the output stream.
writeLong(long) - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Writes a long value to the output stream.
writeShort(int) - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Writes a short value to the output stream.
writeUTF(String) - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Writes a string to the output stream using modified UTF-8 encoding.
written - Variable in class com.aurumsmods.littlebigio.BinaryOutputStream
Number of bytes written to the output stream.
B C G I P R S T U W 
All Classes and Interfaces|All Packages|Serialized Form