Uses of Class
org.ldk.enums.IOError
-
Packages that use IOError Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of IOError in org.ldk.enums
Methods in org.ldk.enums that return IOError Modifier and Type Method Description static IOError
IOError. valueOf(String name)
Returns the enum constant of this type with the specified name.static IOError[]
IOError. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IOError in org.ldk.impl
Fields in org.ldk.impl declared as IOError Modifier and Type Field Description IOError
bindings.LDKDecodeError.Io. io
Methods in org.ldk.impl that return IOError Modifier and Type Method Description static IOError
bindings. CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_get_err(long owner)
static IOError
bindings. CResult_NoneErrorZ_get_err(long owner)
Methods in org.ldk.impl with parameters of type IOError Modifier and Type Method Description static long
bindings. CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_err(IOError e)
static long
bindings. CResult_NoneErrorZ_err(IOError e)
static long
bindings. DecodeError_io(IOError a)
-
Uses of IOError in org.ldk.structs
Fields in org.ldk.structs declared as IOError Modifier and Type Field Description IOError
Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ.Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_Err. err
IOError
Result_NoneErrorZ.Result_NoneErrorZ_Err. err
IOError
DecodeError.Io. io
Methods in org.ldk.structs with parameters of type IOError Modifier and Type Method Description static Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ
Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ. err(IOError e)
Creates a new CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ in the error state.static Result_NoneErrorZ
Result_NoneErrorZ. err(IOError e)
Creates a new CResult_NoneErrorZ in the error state.static DecodeError
DecodeError. io(IOError a)
Utility method to constructs a new Io-variant DecodeError
-