GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.nio.ByteBuffer | |
Class> | Creates a class using an ByteBuffer and a
CodeSource.
|
void | Updates this digest with the remaining bytes of a byte buffer.
|
void | Update this signature with the Buffer.remaining()
bytes of the given buffer.
|
void | Updates the digest with the remaining bytes of a buffer.
|
void | Update this signature with the Buffer.remaining()
bytes of the input buffer.
|
Methods with parameter type java.nio.ByteBuffer | |
Class> | Helper to define a class using the contents of a byte buffer. |
Methods with parameter type java.nio.ByteBuffer | |
CharBuffer | |
CharBuffer | |
CoderResult | |
CoderResult | |
CoderResult | |
CoderResult | |
CoderResult | |
CoderResult |
Methods with return type java.nio.ByteBuffer | |
ByteBuffer | |
ByteBuffer | |
ByteBuffer |
Methods with parameter type java.nio.ByteBuffer | |
int | Reads data from this channel.
|
int | Reads data from the channel.
|
int | Reads a sequence of bytes from this channel into the given buffer
|
int | Reads data from the channel.
|
int | Reads data from the channel.
|
long | Reads data from this channel.
|
long | Reads data from the channel.
|
long | Reads a sequence of bytes from this channel into the given buffers
|
long | Reads data from the channel.
|
long | Reads data from this channel.
|
long | Reads data from the channel.
|
long | Reads a sequence of bytes from this channel into a subsequence of the
given buffers
|
long | Reads data from the channel.
|
SocketAddress | Receives a datagram via this channel.
|
int | Sends a datagram via this channel.
|
int | Writes data to this channel.
|
int | Writes data to the channel.
|
int | Writes data to the channel.
|
int | Writes a sequence of bytes to this channel from the given buffer
|
int | Writes data to the channel.
|
long | Writes data to this channel.
|
long | Writes data to the channel.
|
long | Writes a sequence of bytes to this channel from the given buffers
|
long | Writes data to the channel.
|
long | Writes data to this channel.
|
long | Writes data to the channel.
|
long | Writes a sequence of bytes to this channel from a subsequence of
the given buffers
|
long | Writes data to the channel.
|
Methods with parameter type java.nio.ByteBuffer | |
SSLEngineResult | Unwraps a byte buffer recieved from the network, storing the
decrypted, unwrapped bytes into the given buffer.
|
SSLEngineResult | Unwraps a byte buffer recieved from the network, storing the
decrypted, unwrapped bytes into the given buffers.
|
SSLEngineResult | Unwraps a byte buffer received from the network, storing the
decrypted, unwrapped bytes into the given buffers. |
SSLEngineResult | Wraps a byte buffer into an SSL message, for preparation to send
it over the network.
|
SSLEngineResult | Wraps byte buffers into an SSL message, for preparation to send
them over the network. |
SSLEngineResult | Wraps byte buffers into an SSL message, for preparation to send
them over the network.
|
Classes derived from java.nio.ByteBuffer | |
class |
Methods with parameter type java.nio.ByteBuffer | |
int | Compares two ByteBuffer objects.
|
ByteBuffer | Writes the content of the the ByteBUFFER src
into the buffer. |
Methods with return type java.nio.ByteBuffer | |
ByteBuffer | ByteBuffer.allocate(int capacity) Allocates a new ByteBuffer object with a given capacity.
|
ByteBuffer | ByteBuffer.allocateDirect(int capacity) Allocates a new direct byte buffer.
|
ByteBuffer | Creates a new read-only ByteBuffer that shares this
buffer's content.
|
ByteBuffer | Compacts this buffer.
|
ByteBuffer | Creates a new ByteBuffer that shares this buffer's
content.
|
ByteBuffer | ByteBuffer.get(byte[] dst) This method transfers byte s from this buffer into the given
destination array.
|
ByteBuffer | ByteBuffer.get(byte[] dst, int offset, int length) This method transfers byte s from this buffer into the given
destination array. |
ByteBuffer | Modifies this buffer's byte order.
|
ByteBuffer | ByteBuffer.put(byte b) Writes the byte at this buffer's current position,
and then increments the position.
|
ByteBuffer | ByteBuffer.put(byte[] src) Writes the content of the the byte array src
into the buffer.
|
ByteBuffer | ByteBuffer.put(byte[] src, int offset, int length) Writes the content of the the byte array src
into the buffer. |
ByteBuffer | ByteBuffer.put(int index, byte b) Absolute put method.
|
ByteBuffer | Writes the content of the the ByteBUFFER src
into the buffer. |
ByteBuffer | ByteBuffer.putChar(char value) Relative put method for writing a character value.
|
ByteBuffer | ByteBuffer.putChar(int index, char value) Absolute put method for writing a character value.
|
ByteBuffer | ByteBuffer.putDouble(double value) Relative put method for writing a double value.
|
ByteBuffer | ByteBuffer.putDouble(int index, double value) Absolute put method for writing a double value.
|
ByteBuffer | ByteBuffer.putFloat(float value) Relative put method for writing a float value.
|
ByteBuffer | ByteBuffer.putFloat(int index, float value) Relative put method for writing a float value.
|
ByteBuffer | ByteBuffer.putInt(int value) Relative put method for writing an integer value.
|
ByteBuffer | ByteBuffer.putInt(int index, int value) Absolute put method for writing an integer value.
|
ByteBuffer | ByteBuffer.putLong(int index, long value) Absolute put method for writing a float value.
|
ByteBuffer | ByteBuffer.putLong(long value) Relative put method for writing a long value.
|
ByteBuffer | ByteBuffer.putShort(int index, short value) Absolute put method for writing a short value.
|
ByteBuffer | ByteBuffer.putShort(short value) Relative put method for writing a short value.
|
ByteBuffer | Creates a new ByteBuffer whose content is a shared
subsequence of this buffer's content.
|
ByteBuffer | ByteBuffer.wrap(byte[] array) Wraps a byte array into a ByteBuffer
object.
|
ByteBuffer | ByteBuffer.wrap(byte[] array, int offset, int length) Wraps a byte array into a ByteBuffer
object.
|
Methods with parameter type java.nio.ByteBuffer | |
int | Finishes a multi-part transformation with, or completely
transforms, a byte buffer, and stores the result into the output
buffer.
|
int | |
void | Update this MAC with the remaining bytes of a buffer.
|
int | |
void | Update this MAC with the remaining bytes in the given buffer
|
int | Continue a multi-part transformation on a byte buffer, storing
the transformed bytes into another buffer.
|
GNU Classpath (0.95) |