Package org.ldk.structs
Class DecodeError.ShortRead
- java.lang.Object
-
- org.ldk.structs.DecodeError
-
- org.ldk.structs.DecodeError.ShortRead
-
- Enclosing class:
- DecodeError
public static final class DecodeError.ShortRead extends DecodeError
The buffer to be read was too short.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.DecodeError
DecodeError.BadLengthDescriptor, DecodeError.InvalidValue, DecodeError.Io, DecodeError.ShortRead, DecodeError.UnknownRequiredFeature, DecodeError.UnknownVersion, DecodeError.UnsupportedCompression
-
-
Method Summary
-
Methods inherited from class org.ldk.structs.DecodeError
bad_length_descriptor, clone, eq, equals, finalize, invalid_value, io, short_read, unknown_required_feature, unknown_version, unsupported_compression
-
-