Package org.ldk.structs
Class DecodeError.Io
- java.lang.Object
-
- org.ldk.structs.DecodeError
-
- org.ldk.structs.DecodeError.Io
-
- Enclosing class:
- DecodeError
public static final class DecodeError.Io extends DecodeError
Error from [`std::io`].
-
-
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
-
-
-
-
Field Detail
-
io
public final IOError io
-
-