Frames | No Frames |
Methods with parameter type java.nio.ByteBuffer | |
VMFrame | Returns the frame for a given thread with the frame ID in
the buffer
I don't like this.
|
VMMethod | Returns a VMMethod from the ID in the byte buffer
|
ObjectId | |
ReferenceTypeId |
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 | Finishes a multi-part transformation with, or completely
transforms, a byte buffer, and stores the result into the output
buffer.
|
int | |
int | |
int | Continue a multi-part transformation on a byte buffer, storing
the transformed bytes into another buffer.
|
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.
|
Constructors with parameter type java.nio.ByteBuffer | |
TrueTypeScaler.TrueTypeScaler(int unitsPerEm, ByteBuffer hhea, ByteBuffer htmx, ByteBuffer vhea, ByteBuffer vtmx, ByteBuffer maxp, ByteBuffer controlValueTable, ByteBuffer fpgm, int locaFormat, ByteBuffer loca, ByteBuffer glyf, ByteBuffer preProgram) Constructs a new TrueTypeScaler.
|
Constructors with parameter type java.nio.ByteBuffer | |
Read a location from the given bytebuffer, consists of a TAG (byte),
followed by a ReferenceTypeId, a MethodId and an index (long).
|
Methods with parameter type java.nio.ByteBuffer | |
Object | Reads the appropriate object for the tagged value contained in the
ByteBuffer.
|
Object | Reads the an object of the given Class from the untagged value contained
in the ByteBuffer.
|
Object | Reads an object of the given Class from the untagged value contained
in the ByteBuffer.
|
String | Read a jdwp style string from the ByteBuffer.
|
Methods with parameter type java.nio.ByteBuffer | |
int | Reads data from the channel.
|
int | Reads data from the channel.
|
long | Reads data from the channel.
|
int | Writes data to the channel.
|
int | Writes data to the channel.
|
long | Writes data to the channel.
|
Classes derived from java.nio.ByteBuffer | |
class |
Methods with parameter type java.nio.ByteBuffer | |
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 | |
FontDelegate[] | Creates FontDelegate objects for the fonts in the specified
buffer. |
String |
Methods with return type java.nio.ByteBuffer | |
ByteBuffer | Retrieves the content of the resource. |
ByteBuffer | OpenTypeFont.getFontTable(int tag) Creates a view buffer for an OpenType table. |
Methods with parameter type java.nio.ByteBuffer | |
FontDelegate[] | Creates FontDelegate objects for the fonts in the specified buffer.
|
Methods with parameter type java.nio.ByteBuffer | |
void | |
void | |
void | |
boolean | |
boolean | |
boolean | Runs the given command with the data in distr and writes the data for the
reply packet to ostr.
|
boolean | |
boolean | |
boolean | Runs the given command with the data in distr and writes the data for the
reply packet to ostr.
|
boolean | |
boolean | There are no commands for this CommandSet at this time so we just throw a
NotImplementedException whenever it's called.
|
boolean | There are no commands for this CommandSet at this time so we just throw a
NotImplementedException whenever it's called.
|
boolean | |
boolean | |
boolean | |
boolean | Runs the given command with the data in distr and writes the data for the
reply packet to ostr.
|
boolean | |
boolean | |
boolean | |
boolean |
Methods with parameter type java.nio.ByteBuffer | |
int | Reads data from this channel.
|
int | Reads a sequence of bytes from this channel into the given buffer
|
int | Reads a sequence of bytes from this channel into the given buffer
|
int | Reads a sequence of bytes from this channel into the given buffer
|
int | |
long | |
long | Reads data from this channel.
|
long | |
long | |
long | |
SocketAddress | Receives a datagram via this channel.
|
int | Sends a datagram via this channel.
|
int | Writes data to this channel.
|
int | |
int | Writes a sequence of bytes to this channel from the given buffer
|
int | |
int | |
long | Writes a sequence of bytes to this channel from the given buffers
|
long | Writes data to this channel.
|
long | Writes a sequence of bytes to this channel from a subsequence of
the given buffers
|
long | Writes a sequence of bytes to this channel from a subsequence of
the given buffers
|
long |