-
Methods in xyz.cofe.text that return BytesDump.Builder.NextDecoder
| Modifier and Type |
Method |
Description |
BytesDump.Builder.NextDecoder |
BytesDump.Builder.NextDecoder.byteValue() |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.NextDecoder.byteValue(java.util.function.Function<java.lang.Integer,java.lang.String> toString) |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.Decoder.decode(int off,
int len,
java.util.function.Function<byte[],java.lang.String> decoder) |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.NextDecoder.decode(int len,
java.util.function.Function<byte[],java.lang.String> decoder) |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.NextDecoder.intValue() |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.NextDecoder.intValue(boolean BE,
java.util.function.Function<java.lang.Integer,java.lang.String> toString) |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.NextDecoder.intValue(java.util.function.Function<java.lang.Integer,java.lang.String> toString) |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.NextDecoder.longValue() |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.NextDecoder.longValue(boolean BE,
java.util.function.Function<java.lang.Long,java.lang.String> toString) |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.NextDecoder.longValue(java.util.function.Function<java.lang.Long,java.lang.String> toString) |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.Decoder.name(int off,
int len,
java.lang.String name) |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.NextDecoder.name(int len,
java.lang.String name) |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.NextDecoder.shortValue() |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.NextDecoder.shortValue(boolean BE,
java.util.function.Function<java.lang.Integer,java.lang.String> toString) |
|
BytesDump.Builder.NextDecoder |
BytesDump.Builder.NextDecoder.shortValue(java.util.function.Function<java.lang.Integer,java.lang.String> toString) |
|