See: Description
Interface | Description |
---|---|
RawByte |
A marker for an object that can be used to access to a single byte.
|
RawByteReader |
A marker for a byte accessor object encapsulating the protocol for
reading bytes from raw memory.
|
RawByteWriter |
A marker for a byte accessor object encapsulating the protocol for
writing bytes from raw memory.
|
RawDouble |
A marker for an object that can be used to access to a single double.
|
RawDoubleReader |
A marker for a double accessor object encapsulating the protocol for
reading doubles from raw memory.
|
RawDoubleWriter |
A marker for a double accessor object encapsulating the protocol for
writing doubles from raw memory.
|
RawFloat |
A marker for an object that can be used to access to a single float.
|
RawFloatReader |
A marker for a float accessor object encapsulating the protocol for
reading floats from raw memory.
|
RawFloatWriter |
A marker for a float accessor object encapsulating the protocol for
writing floats from raw memory.
|
RawInt |
A marker for an object that can be used to access to a single int.
|
RawIntReader |
A marker for a int accessor object encapsulating the protocol for
reading ints from raw memory.
|
RawIntWriter |
A marker for a int accessor object encapsulating the protocol for
writing ints from raw memory.
|
RawLong |
A marker for an object that can be used to access to a single long.
|
RawLongReader |
A marker for a long accessor object encapsulating the protocol for
reading longs from raw memory.
|
RawLongWriter |
A marker for a long accessor object encapsulating the protocol for
writing longs from raw memory.
|
RawMemory |
A marker for all RawMemoryTypes
|
RawMemoryRegionFactory |
A template for creating a factory implementation of a specific raw
raw memory region.
|
RawShort |
A marker for an object that can be used to access to a single short.
|
RawShortReader |
A marker for a short accessor object encapsulating the protocol for
reading shorts from raw memory.
|
RawShortWriter |
A marker for a short accessor object encapsulating the protocol for
writing shorts from raw memory.
|
Class | Description |
---|---|
RawMemoryFactory |
This class is the hub of a system that constructs special purpose
objects to access particular types and ranges of raw memory.
|
RawMemoryRegion |
RawMemoryRegion is a tagging interface for objects that identify raw
memory _regions_.
|
Exception | Description |
---|---|
UnsupportedRawMemoryRegionException |
An exception to throw when a program requests a
RawMemoryRegion ,
which does not have an implementation. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2016 aicas GmbH. All Rights Reserved.