Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
W
B
BITS
- Static variable in annotation type com.fernsroth.easyio.field.
FieldINT64
number of bits.
BITS
- Static variable in annotation type com.fernsroth.easyio.field.
FieldUINT16
number of bits.
BITS
- Static variable in annotation type com.fernsroth.easyio.field.
FieldUINT32
number of bits.
BITS
- Static variable in annotation type com.fernsroth.easyio.field.
FieldUINT64
number of bits.
BITS
- Static variable in annotation type com.fernsroth.easyio.field.
FieldUINT8
number of bits.
BeanUtils
- Class in
com.fernsroth.easyio.util
C
CountingNullInputStream
- Class in
com.fernsroth.easyio
counts the number of bytes read.
CountingNullInputStream()
- Constructor for class com.fernsroth.easyio.
CountingNullInputStream
com.fernsroth.easyio
- package com.fernsroth.easyio
com.fernsroth.easyio.exception
- package com.fernsroth.easyio.exception
com.fernsroth.easyio.field
- package com.fernsroth.easyio.field
com.fernsroth.easyio.field.handler
- package com.fernsroth.easyio.field.handler
com.fernsroth.easyio.util
- package com.fernsroth.easyio.util
createZero()
- Method in class com.fernsroth.easyio.field.handler.
FieldINT64Handler
creates an object with the value of zero.
createZero()
- Method in class com.fernsroth.easyio.field.handler.
FieldNumberHandlerBase
creates an object with the value of zero.
createZero()
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT16Handler
creates an object with the value of zero.
createZero()
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT32Handler
creates an object with the value of zero.
createZero()
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT64Handler
creates an object with the value of zero.
createZero()
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT8Handler
creates an object with the value of zero.
D
DEFAULT_PACK
- Static variable in annotation type com.fernsroth.easyio.
EasyIOClass
the default pack.
DefaultFieldHandlerRegistry
- Class in
com.fernsroth.easyio
DefaultFieldHandlerRegistry()
- Constructor for class com.fernsroth.easyio.
DefaultFieldHandlerRegistry
E
EasyIOClass
- Annotation Type in
com.fernsroth.easyio
annotation for classes.
EasyIOException
- Exception in
com.fernsroth.easyio.exception
EasyRW Exception.
EasyIOException(String)
- Constructor for exception com.fernsroth.easyio.exception.
EasyIOException
constructor.
EasyIOException(Throwable)
- Constructor for exception com.fernsroth.easyio.exception.
EasyIOException
constructor.
EasyIOException(String, Throwable)
- Constructor for exception com.fernsroth.easyio.exception.
EasyIOException
EasyIOFormatter
- Class in
com.fernsroth.easyio
EasyIOFormatter()
- Constructor for class com.fernsroth.easyio.
EasyIOFormatter
EasyIOInputStream
- Class in
com.fernsroth.easyio
input stream for reading and writing binary data.
EasyIOInputStream(InputStream)
- Constructor for class com.fernsroth.easyio.
EasyIOInputStream
constructor.
EasyIOInputStream(IInputStream)
- Constructor for class com.fernsroth.easyio.
EasyIOInputStream
constructor.
EasyIOOutputStream
- Class in
com.fernsroth.easyio
EasyIOOutputStream(OutputStream)
- Constructor for class com.fernsroth.easyio.
EasyIOOutputStream
constructor.
EasyIOOutputStream(IOutputStream)
- Constructor for class com.fernsroth.easyio.
EasyIOOutputStream
constructor.
EasyIORandomAccessFile
- Class in
com.fernsroth.easyio
EasyIORandomAccessFile(File, String)
- Constructor for class com.fernsroth.easyio.
EasyIORandomAccessFile
EasyIOUtils
- Class in
com.fernsroth.easyio.util
utilities for working with EasyRW.
F
FieldHandler
- Interface in
com.fernsroth.easyio
FieldHandlerRegistry
- Interface in
com.fernsroth.easyio
FieldINT64
- Annotation Type in
com.fernsroth.easyio.field
annotation for fields.
FieldINT64Handler
- Class in
com.fernsroth.easyio.field.handler
FieldINT64Handler()
- Constructor for class com.fernsroth.easyio.field.handler.
FieldINT64Handler
constructor.
FieldNumberHandlerBase
- Class in
com.fernsroth.easyio.field.handler
FieldNumberHandlerBase(int, boolean)
- Constructor for class com.fernsroth.easyio.field.handler.
FieldNumberHandlerBase
constructor.
FieldUINT16
- Annotation Type in
com.fernsroth.easyio.field
annotation for fields.
FieldUINT16Handler
- Class in
com.fernsroth.easyio.field.handler
FieldUINT16Handler()
- Constructor for class com.fernsroth.easyio.field.handler.
FieldUINT16Handler
constructor.
FieldUINT32
- Annotation Type in
com.fernsroth.easyio.field
annotation for fields.
FieldUINT32Handler
- Class in
com.fernsroth.easyio.field.handler
FieldUINT32Handler()
- Constructor for class com.fernsroth.easyio.field.handler.
FieldUINT32Handler
constructor.
FieldUINT64
- Annotation Type in
com.fernsroth.easyio.field
annotation for fields.
FieldUINT64Handler
- Class in
com.fernsroth.easyio.field.handler
FieldUINT64Handler()
- Constructor for class com.fernsroth.easyio.field.handler.
FieldUINT64Handler
constructor.
FieldUINT8
- Annotation Type in
com.fernsroth.easyio.field
annotation for fields.
FieldUINT8Handler
- Class in
com.fernsroth.easyio.field.handler
FieldUINT8Handler()
- Constructor for class com.fernsroth.easyio.field.handler.
FieldUINT8Handler
constructor.
findGetterMethod(Class>, String)
- Static method in class com.fernsroth.easyio.util.
BeanUtils
finds a getter method in a class.
findSetterMethod(Class>, String)
- Static method in class com.fernsroth.easyio.util.
BeanUtils
finds a setter method in the class.
G
GetterNotFoundException
- Exception in
com.fernsroth.easyio.exception
GetterNotFoundException(Class>, String, Throwable)
- Constructor for exception com.fernsroth.easyio.exception.
GetterNotFoundException
getAllFields(Class>)
- Static method in class com.fernsroth.easyio.util.
BeanUtils
gets a list of all the fields including base classes.
getAnnotation(Field)
- Method in class com.fernsroth.easyio.field.handler.
FieldINT64Handler
getAnnotation(Field)
- Method in class com.fernsroth.easyio.field.handler.
FieldNumberHandlerBase
getAnnotation(Field)
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT16Handler
getAnnotation(Field)
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT32Handler
getAnnotation(Field)
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT64Handler
getAnnotation(Field)
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT8Handler
getBytesPerLine()
- Method in class com.fernsroth.easyio.
EasyIOFormatter
getCharactersInOffset()
- Method in class com.fernsroth.easyio.
EasyIOFormatter
getClassSize(Class>)
- Static method in class com.fernsroth.easyio.util.
EasyIOUtils
gets the number of bytes the class will take up.
getCount()
- Method in class com.fernsroth.easyio.
CountingNullInputStream
gets the count.
getCount()
- Method in class com.fernsroth.easyio.
EasyIOOutputStream
gets the count of bytes written.
getFieldBits(Field, Annotation)
- Method in class com.fernsroth.easyio.field.handler.
FieldNumberHandlerBase
gets the number of bits for a given field.
getFilePointer()
- Method in interface com.fernsroth.easyio.
IRandomAccessSource
gets the current location.
getFilePointer()
- Method in class com.fernsroth.easyio.
RandomAccessByteArray
gets the current location.
getInstance()
- Static method in class com.fernsroth.easyio.
DefaultFieldHandlerRegistry
gets an instance of the this class.
getTypeString()
- Method in exception com.fernsroth.easyio.exception.
InvalidEasyIOTypeException
gets the type string.
getValue(Object, Field)
- Static method in class com.fernsroth.easyio.util.
BeanUtils
gets a named value from an object.
I
IInputStream
- Interface in
com.fernsroth.easyio
IOutputStream
- Interface in
com.fernsroth.easyio
IRandomAccessSource
- Interface in
com.fernsroth.easyio
InputStreamAdapter
- Class in
com.fernsroth.easyio
InputStreamAdapter(IInputStream)
- Constructor for class com.fernsroth.easyio.
InputStreamAdapter
InvalidEasyIOTypeException
- Exception in
com.fernsroth.easyio.exception
InvalidEasyIOTypeException(String)
- Constructor for exception com.fernsroth.easyio.exception.
InvalidEasyIOTypeException
L
length()
- Method in interface com.fernsroth.easyio.
IRandomAccessSource
gets the length.
length()
- Method in class com.fernsroth.easyio.
RandomAccessByteArray
gets the length.
lookup(Object, Field)
- Method in class com.fernsroth.easyio.
DefaultFieldHandlerRegistry
lookup(Object, Field)
- Method in interface com.fernsroth.easyio.
FieldHandlerRegistry
M
mask(Object, int)
- Static method in class com.fernsroth.easyio.util.
EasyIOUtils
masks an object(number) by x number of bits.
N
NestedEasyIOException
- Exception in
com.fernsroth.easyio.exception
NestedEasyIOException(Throwable)
- Constructor for exception com.fernsroth.easyio.exception.
NestedEasyIOException
constructor.
NestedEasyIOException(String, Throwable)
- Constructor for exception com.fernsroth.easyio.exception.
NestedEasyIOException
O
OutputStreamAdapter
- Class in
com.fernsroth.easyio
OutputStreamAdapter(IOutputStream)
- Constructor for class com.fernsroth.easyio.
OutputStreamAdapter
or(Object, Object)
- Static method in class com.fernsroth.easyio.util.
EasyIOUtils
or to objects(numbers) together.
P
print(InputStream)
- Static method in class com.fernsroth.easyio.
EasyIOFormatter
print a pretty string of the hex.
print(byte[])
- Static method in class com.fernsroth.easyio.
EasyIOFormatter
prints data.
print(byte[], int, int)
- Static method in class com.fernsroth.easyio.
EasyIOFormatter
prints data.
print()
- Method in class com.fernsroth.easyio.
EasyIOFormatter
prints.
R
RandomAccessByteArray
- Class in
com.fernsroth.easyio
RandomAccessByteArray(byte[])
- Constructor for class com.fernsroth.easyio.
RandomAccessByteArray
constructor.
RandomAccessByteArrayInputStreamAdaptor
- Class in
com.fernsroth.easyio
RandomAccessByteArrayInputStreamAdaptor(RandomAccessByteArray)
- Constructor for class com.fernsroth.easyio.
RandomAccessByteArrayInputStreamAdaptor
constructor.
RandomAccessByteArrayOutputStreamAdapter
- Class in
com.fernsroth.easyio
RandomAccessByteArrayOutputStreamAdapter(RandomAccessByteArray)
- Constructor for class com.fernsroth.easyio.
RandomAccessByteArrayOutputStreamAdapter
constructor.
RandomAccessFileInputStreamAdaptor
- Class in
com.fernsroth.easyio
RandomAccessFileInputStreamAdaptor(RandomAccessFile)
- Constructor for class com.fernsroth.easyio.
RandomAccessFileInputStreamAdaptor
constructor.
RandomAccessFileOutputStreamAdapter
- Class in
com.fernsroth.easyio
RandomAccessFileOutputStreamAdapter(RandomAccessFile)
- Constructor for class com.fernsroth.easyio.
RandomAccessFileOutputStreamAdapter
constructor.
read()
- Method in class com.fernsroth.easyio.
CountingNullInputStream
read(T)
- Method in class com.fernsroth.easyio.
EasyIOInputStream
reads in a object.
read(EasyIOInputStream, Object, Queue
)
- Method in interface com.fernsroth.easyio.
FieldHandler
reads a field into an object.
read()
- Method in interface com.fernsroth.easyio.
IInputStream
read a single byte.
read(byte[], int, int)
- Method in interface com.fernsroth.easyio.
IInputStream
read(byte[])
- Method in interface com.fernsroth.easyio.
IInputStream
read()
- Method in class com.fernsroth.easyio.
InputStreamAdapter
read(byte[], int, int)
- Method in class com.fernsroth.easyio.
InputStreamAdapter
read(byte[])
- Method in class com.fernsroth.easyio.
InputStreamAdapter
read()
- Method in class com.fernsroth.easyio.
RandomAccessByteArray
read a single byte.
read(byte[], int, int)
- Method in class com.fernsroth.easyio.
RandomAccessByteArray
read(byte[])
- Method in class com.fernsroth.easyio.
RandomAccessByteArray
read()
- Method in class com.fernsroth.easyio.
RandomAccessByteArrayInputStreamAdaptor
read(byte[], int, int)
- Method in class com.fernsroth.easyio.
RandomAccessByteArrayInputStreamAdaptor
read(byte[])
- Method in class com.fernsroth.easyio.
RandomAccessByteArrayInputStreamAdaptor
read()
- Method in class com.fernsroth.easyio.
RandomAccessFileInputStreamAdaptor
read(byte[], int, int)
- Method in class com.fernsroth.easyio.
RandomAccessFileInputStreamAdaptor
read(byte[])
- Method in class com.fernsroth.easyio.
RandomAccessFileInputStreamAdaptor
read(EasyIOInputStream)
- Method in class com.fernsroth.easyio.field.handler.
FieldINT64Handler
read data from the input stream.
read(EasyIOInputStream, Object, Queue
)
- Method in class com.fernsroth.easyio.field.handler.
FieldNumberHandlerBase
reads a field into an object.
read(EasyIOInputStream)
- Method in class com.fernsroth.easyio.field.handler.
FieldNumberHandlerBase
read data from the input stream.
read(EasyIOInputStream)
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT16Handler
read data from the input stream.
read(EasyIOInputStream)
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT32Handler
read data from the input stream.
read(EasyIOInputStream)
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT64Handler
read data from the input stream.
read(EasyIOInputStream)
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT8Handler
read data from the input stream.
readBits(int, byte[])
- Method in class com.fernsroth.easyio.
EasyIOInputStream
read the specified number of bits from the input stream.
readBits(int, byte[], int, int)
- Method in class com.fernsroth.easyio.
EasyIOInputStream
read the specified number of bits from the input stream (the bits will be left aligned within the buffer).
readBits(int)
- Method in class com.fernsroth.easyio.
EasyIOInputStream
readINT64()
- Method in class com.fernsroth.easyio.
EasyIOInputStream
reads a little-endien int64.
readUINT16()
- Method in class com.fernsroth.easyio.
EasyIOInputStream
reads a little-endien uint16.
readUINT32()
- Method in class com.fernsroth.easyio.
EasyIOInputStream
reads a little-endien uint32.
readUINT64()
- Method in class com.fernsroth.easyio.
EasyIOInputStream
reads a little-endien uint64.
readUINT8()
- Method in class com.fernsroth.easyio.
EasyIOInputStream
reads a uint8.
register(Class extends Annotation>, FieldHandler)
- Method in class com.fernsroth.easyio.
DefaultFieldHandlerRegistry
S
SetterNotFoundException
- Exception in
com.fernsroth.easyio.exception
SetterNotFoundException(Class>, String, Throwable)
- Constructor for exception com.fernsroth.easyio.exception.
SetterNotFoundException
seek(long)
- Method in interface com.fernsroth.easyio.
IRandomAccessSource
sets the location.
seek(long)
- Method in class com.fernsroth.easyio.
RandomAccessByteArray
sets the location.
setBytesPerLine(int)
- Method in class com.fernsroth.easyio.
EasyIOFormatter
setCharactersInOffset(int)
- Method in class com.fernsroth.easyio.
EasyIOFormatter
setInputStream(InputStream)
- Method in class com.fernsroth.easyio.
EasyIOFormatter
setLength(long)
- Method in interface com.fernsroth.easyio.
IRandomAccessSource
sets the length.
setLength(long)
- Method in class com.fernsroth.easyio.
RandomAccessByteArray
sets the length.
setOutputStream(OutputStream)
- Method in class com.fernsroth.easyio.
EasyIOFormatter
setValue(Object, Field, Object)
- Static method in class com.fernsroth.easyio.util.
BeanUtils
sets a value into an object.
shift(Object, int)
- Static method in class com.fernsroth.easyio.util.
EasyIOUtils
shift the object (number) by bits.
T
toHexString(long, int)
- Static method in class com.fernsroth.easyio.util.
EasyIOUtils
converts a number to a hex string.
W
write(Object)
- Method in class com.fernsroth.easyio.
EasyIOOutputStream
writes an object to the stream.
write(int)
- Method in class com.fernsroth.easyio.
EasyIOOutputStream
write(EasyIOOutputStream, Object, Queue
)
- Method in interface com.fernsroth.easyio.
FieldHandler
writes a field into an output stream.
write(int)
- Method in interface com.fernsroth.easyio.
IOutputStream
write(byte[])
- Method in interface com.fernsroth.easyio.
IOutputStream
writes data.
write(byte[], int, int)
- Method in interface com.fernsroth.easyio.
IOutputStream
writes data.
write(byte[], int, int)
- Method in class com.fernsroth.easyio.
OutputStreamAdapter
write(byte[])
- Method in class com.fernsroth.easyio.
OutputStreamAdapter
write(int)
- Method in class com.fernsroth.easyio.
OutputStreamAdapter
write(int)
- Method in class com.fernsroth.easyio.
RandomAccessByteArray
write(byte[])
- Method in class com.fernsroth.easyio.
RandomAccessByteArray
writes data.
write(byte[], int, int)
- Method in class com.fernsroth.easyio.
RandomAccessByteArray
writes data.
write(int)
- Method in class com.fernsroth.easyio.
RandomAccessByteArrayOutputStreamAdapter
write(int)
- Method in class com.fernsroth.easyio.
RandomAccessFileOutputStreamAdapter
write(byte[], int, int)
- Method in class com.fernsroth.easyio.
RandomAccessFileOutputStreamAdapter
write(byte[])
- Method in class com.fernsroth.easyio.
RandomAccessFileOutputStreamAdapter
write(EasyIOOutputStream, Object)
- Method in class com.fernsroth.easyio.field.handler.
FieldINT64Handler
writes a value to the output stream.
write(EasyIOOutputStream, Object, Queue
)
- Method in class com.fernsroth.easyio.field.handler.
FieldNumberHandlerBase
writes a field into an output stream.
write(EasyIOOutputStream, Object)
- Method in class com.fernsroth.easyio.field.handler.
FieldNumberHandlerBase
writes a value to the output stream.
write(EasyIOOutputStream, Object)
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT16Handler
writes a value to the output stream.
write(EasyIOOutputStream, Object)
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT32Handler
writes a value to the output stream.
write(EasyIOOutputStream, Object)
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT64Handler
writes a value to the output stream.
write(EasyIOOutputStream, Object)
- Method in class com.fernsroth.easyio.field.handler.
FieldUINT8Handler
writes a value to the output stream.
writeINT64(long)
- Method in class com.fernsroth.easyio.
EasyIOOutputStream
writes an 64-bit integer (little endien).
writeUINT16(int)
- Method in class com.fernsroth.easyio.
EasyIOOutputStream
writes an unsigned 16-bit integer (little endien).
writeUINT32(long)
- Method in class com.fernsroth.easyio.
EasyIOOutputStream
writes an unsigned 64-bit integer (little endien).
writeUINT64(BigInteger)
- Method in class com.fernsroth.easyio.
EasyIOOutputStream
write a uint64.
writeUINT8(int)
- Method in class com.fernsroth.easyio.
EasyIOOutputStream
writes an unsigned 8-bit integer.
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006 null. All Rights Reserved.