B C D E F I L N S

B

byteSize_ - Static variable in class netbyte.NetByte
Size of a byte (1).
bytesToHexString(byte[], int, int) - Static method in class netbyte.NetByte
Gives the hexadecimal representation of the values in a byte array.
byteToHexString(byte) - Static method in class netbyte.NetByte
Gives the hexadecimal representation of a byte value.

C

charSize_ - Static variable in class netbyte.NetByte
Size of a char (2).

D

decodeChar(byte[]) - Static method in class netbyte.NetByte
Turns an encoding of 2 bytes into a char value.
decodeChar(byte[], int) - Static method in class netbyte.NetByte
Turns an encoding of 2 bytes into a char value.
decodeDouble(byte[]) - Static method in class netbyte.NetByte
Turns an encoding of 8 bytes into a double value.
decodeDouble(byte[], int) - Static method in class netbyte.NetByte
Turns an encoding of 8 bytes into a double value.
decodeFloat(byte[]) - Static method in class netbyte.NetByte
Turns an encoding of 4 bytes into a float value.
decodeFloat(byte[], int) - Static method in class netbyte.NetByte
Turns an encoding of 4 bytes into a float value.
decodeInt(byte[]) - Static method in class netbyte.NetByte
Turns an encoding of 4 bytes into an int value.
decodeInt(byte[], int) - Static method in class netbyte.NetByte
Turns an encoding of 4 bytes into an int value.
decodeLong(byte[]) - Static method in class netbyte.NetByte
Turns an encoding of 8 bytes into a long value.
decodeLong(byte[], int) - Static method in class netbyte.NetByte
Turns an encoding of 8 bytes into a long value.
decodeShort(byte[]) - Static method in class netbyte.NetByte
Turns an encoding of 2 bytes into a short value.
decodeShort(byte[], int) - Static method in class netbyte.NetByte
Turns an encoding of 2 bytes into a short value.
doubleSize_ - Static variable in class netbyte.NetByte
Size of a doublne (8).

E

encodeChar(char) - Static method in class netbyte.NetByte
Turns a char into a byte stream.
encodeChar(char, byte[], int) - Static method in class netbyte.NetByte
Turns a char into a byte stream.
encodeDouble(double) - Static method in class netbyte.NetByte
Turns a double into a byte stream.
encodeDouble(double, byte[], int) - Static method in class netbyte.NetByte
Turns a double into a byte stream.
encodeFloat(float) - Static method in class netbyte.NetByte
Turns a float into a byte stream.
encodeFloat(float, byte[], int) - Static method in class netbyte.NetByte
Turns a float into a byte stream.
encodeInt(int) - Static method in class netbyte.NetByte
Turns an int into a byte stream.
encodeInt(int, byte[], int) - Static method in class netbyte.NetByte
Turns an int into a byte stream.
encodeLong(long) - Static method in class netbyte.NetByte
Turns a long into a byte stream.
encodeLong(long, byte[], int) - Static method in class netbyte.NetByte
Turns a long into a byte stream.
encodeShort(short) - Static method in class netbyte.NetByte
Turns a short into a byte stream.
encodeShort(short, byte[], int) - Static method in class netbyte.NetByte
Turns a short into a byte stream.

F

floatSize_ - Static variable in class netbyte.NetByte
Size of a float (4).

I

intSize_ - Static variable in class netbyte.NetByte
Size of an int (4).

L

longSize_ - Static variable in class netbyte.NetByte
Size of a long (8).

N

netbyte - package netbyte
 
NetByte - class netbyte.NetByte.
Converting to and from network byte streams for primitive data types.
NetByte() - Constructor for class netbyte.NetByte
 
NetByteDecodingException - exception netbyte.NetByteDecodingException.
To indicate problems during decoding.
NetByteEncodingException - exception netbyte.NetByteEncodingException.
To indicate problems during encoding.
NetByteException - exception netbyte.NetByteException.
To indicate problems using NetByte.

S

shortSize_ - Static variable in class netbyte.NetByte
Size of a short (2).

B C D E F I L N S