TrueCommons I/O 2.3.4
A B C D E F G H I L M N O P R S T W 

W

wrap(byte[]) - Static method in class net.java.truecommons.io.ImmutableBuffer
 
wrap(byte[], int, int) - Static method in class net.java.truecommons.io.ImmutableBuffer
 
wrap(ByteBuffer) - Static method in class net.java.truecommons.io.ImmutableBuffer
Constructs a new immutable buffer which adapts the given byte buffer.
wrap(byte[]) - Static method in class net.java.truecommons.io.MutableBuffer
 
wrap(byte[], int, int) - Static method in class net.java.truecommons.io.MutableBuffer
 
wrap(ByteBuffer) - Static method in class net.java.truecommons.io.MutableBuffer
Constructs a new mutable buffer which adapts the given byte buffer.
wrap(byte[]) - Static method in class net.java.truecommons.io.PowerBuffer
 
wrap(byte[], int, int) - Static method in class net.java.truecommons.io.PowerBuffer
 
wrap(ByteBuffer) - Static method in class net.java.truecommons.io.PowerBuffer
 
write(ByteBuffer) - Method in class net.java.truecommons.io.ByteBufferChannel
 
write(int) - Method in class net.java.truecommons.io.ChannelOutputStream
 
write(byte[]) - Method in class net.java.truecommons.io.ChannelOutputStream
 
write(byte[], int, int) - Method in class net.java.truecommons.io.ChannelOutputStream
 
write(int) - Method in class net.java.truecommons.io.DecoratingOutputStream
 
write(byte[]) - Method in class net.java.truecommons.io.DecoratingOutputStream
 
write(byte[], int, int) - Method in class net.java.truecommons.io.DecoratingOutputStream
 
write(ByteBuffer) - Method in class net.java.truecommons.io.DecoratingSeekableChannel
 
write(int) - Method in class net.java.truecommons.io.DisconnectingOutputStream
 
write(byte[], int, int) - Method in class net.java.truecommons.io.DisconnectingOutputStream
 
write(ByteBuffer) - Method in class net.java.truecommons.io.DisconnectingSeekableChannel
 
write(int) - Method in class net.java.truecommons.io.LittleEndianOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int) - Method in class net.java.truecommons.io.LittleEndianOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class net.java.truecommons.io.LockOutputStream
 
write(byte[], int, int) - Method in class net.java.truecommons.io.LockOutputStream
 
write(ByteBuffer) - Method in class net.java.truecommons.io.LockSeekableChannel
 
write(ByteBuffer) - Method in class net.java.truecommons.io.ReadOnlyChannel
 
writeBoolean(boolean) - Method in class net.java.truecommons.io.LittleEndianOutputStream
Writes a boolean value to the underlying output stream as a 1-byte value.
writeByte(int) - Method in class net.java.truecommons.io.LittleEndianOutputStream
Writes a byte value to the underlying output stream as a 1-byte value.
writeBytes(String) - Method in class net.java.truecommons.io.LittleEndianOutputStream
Writes the string s to the underlying output stream as a sequence of bytes.
writeChar(int) - Method in class net.java.truecommons.io.LittleEndianOutputStream
Writes a char value to the underlying output stream as a 2-byte value, low byte first.
writeChars(String) - Method in class net.java.truecommons.io.LittleEndianOutputStream
Writes the string s to the underlying output stream as a sequence of characters.
writeDouble(double) - Method in class net.java.truecommons.io.LittleEndianOutputStream
Converts the double value d to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, low byte first.
writeFloat(float) - Method in class net.java.truecommons.io.LittleEndianOutputStream
Converts the float value f to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, low byte first.
writeInt(int) - Method in class net.java.truecommons.io.LittleEndianOutputStream
Writes the integer value i to the underlying output stream as four bytes, low byte first.
writeLong(long) - Method in class net.java.truecommons.io.LittleEndianOutputStream
Writes the integer value l to the underlying output stream as eight bytes, low byte first.
writeShort(int) - Method in class net.java.truecommons.io.LittleEndianOutputStream
Writes the integer value s to the underlying output stream as two bytes, low byte first.
writeUTF(String) - Method in class net.java.truecommons.io.LittleEndianOutputStream
This method is not implemented.
written - Variable in class net.java.truecommons.io.LittleEndianOutputStream
The number of bytes written to the data output stream so far.
A B C D E F G H I L M N O P R S T W 
TrueCommons I/O 2.3.4

Copyright © 2012–2014 Schlichtherle IT Services. All rights reserved.