Interface | Description |
---|---|
BLOBInputI | |
BLOBOutputI | |
DigestingBLOBInputI | |
EmptyAwareInputStreamI | |
ObjectDataInputI | |
ObjectDataOutputI | |
SecureExternalizable | |
SecureObjectInputI | |
SecureObjectOutputI |
Class | Description |
---|---|
BitMasks | |
BLOBDataInputStream | |
BLOBInputStream | |
BufferExposingByteArrayOutputStream | |
ByteBufferDataInput | |
ByteBufferDataOutput | |
ByteBufferInputStream | |
ByteBufferOutputStream | |
InputStreamWrapper |
Wrapper for the real InputStream which knows about the length of the data
that is to be transmitted through this InputStream.
|
LinuxFileAccess | |
LinuxFileAccess.PollFD | |
LinuxKeyboardInputHandler |
As we're facing some challenges within the Barcode/RFID/NFC Reader support, as
most of the readers don't support anything but HID, which leads to
trouble with different keyboard layouts (fr)
global state of caps-lock and/or held shift on 'the other keyboard'
focus issues in the GUI
values being exposed to eavesdropping by users
values bring entered by users after the latter
This class intends to solve all this in Linux (so far), by using direct access
to /dev/input/by-id device nodes and parsing the kernel input messages, locking
the device node exclusively thus shielding away any parallel access to it by
the OS.
|
LinuxKeyboardInputHandler.InputEvent | |
PlatformOptimizedString | |
QueueInputStream | |
QueueOutputStream | |
RefillableByteArrayInputStream | |
ServerSideException.Cause |
A wrapper for the cause chain of a ServerSideException, allowing reconstruction of the stack
trace on the remote end.
|
Exception | Description |
---|---|
IncompleteTransferException |
This exception is thrown if a data transfer is canceled prematurely.
|
ServerSideException |
A wrapper for server-side exceptions that avoids direct references to classes or other exceptions.
|
UnexpectedNullValueException |
This exception is typically thrown if a null-value is read
from the DataInput, but a read returning a primitive was
called.
|
UnsupportedDataException |
This exception is thrown if a read or write method reading
or writing data in an unsupported format was called.
|
Copyright © 2000-2024 OAshi S.à r.l. All Rights Reserved.