![]() |
|
|
All Packages This Package Class Hierarchy Class Search Index Class grendel.storage.DummyByteStringjava.lang.Object | +----grendel.storage.ByteString | +----grendel.storage.DummyByteString Kludge used by ByteStringTable. This behaves like ByteString, but does its dirty work on an array and offset into it, without copying it.
See Also: ByteString, ByteStringTable
class DummyByteString
extends grendel.storage.ByteString
{
// Fields 2
int length;
int start;
// Constructors 1
DummyByteString();
// Methods 5
public boolean equals(Object);
public int hashCode();
void setBytes(byte[], int, int);
public ByteBuf toByteBuf();
public String toString();
}
Fields startint start lengthint length
Constructors DummyByteStringDummyByteString() Methods setBytes
void setBytes(byte[] data,
int start,
int length)
toStringpublic String toString()
toByteBufpublic ByteBuf toByteBuf()
hashCodepublic int hashCode()
equalspublic boolean equals(Object x)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
|
|||||||
| Copyright © 1998 The Mozilla Organization. | ||||||||