All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary
| Class |
Description |
| ByteBufferKaitaiStream |
|
| ConsistencyError |
|
| ConsistencyError.SizeMismatch |
|
| CustomDecoder |
A custom decoder interface.
|
| CustomProcessor |
A custom encoder/decoder interface.
|
| Generated |
Annotation, that applied to Kaitai-generated classes.
|
| Instance |
Annotation, that applied to fields, getters or setters that represents instance
field from instances KSY element.
|
| KaitaiStream |
|
| KaitaiStream.KaitaiStructError |
Common ancestor for all error originating from Kaitai Struct usage.
|
| KaitaiStream.UndecidedEndiannessError |
Error that occurs when default endianness should be decided with a
switch, but nothing matches (although using endianness expression
implies that there should be some positive result).
|
| KaitaiStream.UnexpectedDataError |
Deprecated.
|
| KaitaiStream.ValidationExprError |
|
| KaitaiStream.ValidationFailedError |
Common ancestor for all validation failures.
|
| KaitaiStream.ValidationGreaterThanError |
|
| KaitaiStream.ValidationLessThanError |
|
| KaitaiStream.ValidationNotAnyOfError |
|
| KaitaiStream.ValidationNotEqualError |
Signals validation failure: we required "actual" value to be equal to
"expected", but it turned out that it's not.
|
| KaitaiStream.WriteBackHandler |
|
| KaitaiStruct |
Common base class for all structured generated by Kaitai Struct.
|
| KaitaiStruct.ReadOnly |
KaitaiStruct object that supports reading from a supplied stream object.
|
| KaitaiStruct.ReadWrite |
KaitaiStruct object that supports both reading from a given stream
object, and writing to a pre-supplied stream object or to a
stream object given explicitly.
|
| Parameter |
Annotation, that applied to fields, getters or setters that represents parameter
from params KSY element.
|
| RandomAccessFileKaitaiStream |
|
| SeqItem |
Annotation, that applied to fields, getters or setters that represents an attribute
from seq KSY element.
|