Uses of Class
xyz.cofe.text.BytesDump.Builder
| Package | Description |
|---|---|
| xyz.cofe.text |
-
Uses of BytesDump.Builder in xyz.cofe.text
Fields in xyz.cofe.text declared as BytesDump.Builder Modifier and Type Field Description BytesDump.BuilderBytesDump.Builder.Decoder. builderMethods in xyz.cofe.text that return BytesDump.Builder Modifier and Type Method Description BytesDump.BuilderBytesDump.Builder. absolute(java.util.function.Consumer<BytesDump.Builder.NextDecoder> decoder)Описание структуры байтов используя абсолютное смещение в массиве байтовBytesDump.BuilderBytesDump.Builder. relative(java.util.function.Consumer<BytesDump.Builder.NextDecoder> decoder)Описание структуры байтов используя относительное смещение в массиве байтов - относительно начала отображенияConstructors in xyz.cofe.text with parameters of type BytesDump.Builder 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)NextDecoder(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, int baseOffset, int baseLen)