|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.storage.Signatures
Description of the Class
Field Summary | |
static int |
Attr
|
static int |
ByteContent
|
static int |
Char
|
static int |
Comm
|
static int |
Elem
|
static int |
IntContent
|
static int |
NoContent
|
static int |
Proc
|
static int |
ShortContent
|
Constructor Summary | |
Signatures()
|
Method Summary | |
static int |
getLength(int type)
Gets the length attribute of the Signatures class |
static byte |
getSizeType(int length)
Gets the sizeType attribute of the Signatures class |
static short |
getType(byte signature)
Gets the type attribute of the Signatures class |
static int |
read(int type,
byte[] data,
int pos)
Description of the Method |
static void |
write(int type,
int size,
byte[] data,
int pos)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int Attr
public static final int Proc
public static final int Char
public static final int Comm
public static final int Elem
public static final int IntContent
public static final int ByteContent
public static final int NoContent
public static final int ShortContent
Constructor Detail |
public Signatures()
Method Detail |
public static final int getLength(int type)
type
- Description of the Parameter
public static final byte getSizeType(int length)
length
- Description of the Parameter
public static final short getType(byte signature)
signature
- Description of the Parameter
public static final int read(int type, byte[] data, int pos)
type
- Description of the Parameterdata
- Description of the Parameterpos
- Description of the Parameter
public static final void write(int type, int size, byte[] data, int pos)
type
- Description of the Parametersize
- Description of the Parameterdata
- Description of the Parameterpos
- Description of the Parameter
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |