Package xyz.cofe.text
Class BytesDump.Builder.Decoder
java.lang.Object
xyz.cofe.text.BytesDump.Builder.Decoder
- Direct Known Subclasses:
BytesDump.Builder.NextDecoder
- Enclosing class:
- BytesDump.Builder
public static class BytesDump.Builder.Decoder
extends java.lang.Object
Описание структуры байт-массива
-
Field Summary
Fields Modifier and Type Field Description BytesDump.Builderbuilderjava.util.Map<java.lang.Integer,xyz.cofe.fn.Tuple2<java.lang.Integer,java.util.function.Function<byte[],java.lang.String>>>map -
Constructor Summary
Constructors Constructor Description Decoder(BytesDump.Builder builder, java.util.Map<java.lang.Integer,xyz.cofe.fn.Tuple2<java.lang.Integer,java.util.function.Function<byte[],java.lang.String>>> map) -
Method Summary
Modifier and Type Method Description BytesDump.Builder.NextDecoderdecode(int off, int len, java.util.function.Function<byte[],java.lang.String> decoder)BytesDump.Builder.NextDecodername(int off, int len, java.lang.String name)
-
Field Details
-
Constructor Details
-
Decoder
public Decoder(BytesDump.Builder builder, java.util.Map<java.lang.Integer,xyz.cofe.fn.Tuple2<java.lang.Integer,java.util.function.Function<byte[],java.lang.String>>> map)
-
-
Method Details
-
name
-
decode
public BytesDump.Builder.NextDecoder decode(int off, int len, java.util.function.Function<byte[],java.lang.String> decoder)
-