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.Builder builder  
    java.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.NextDecoder decode​(int off, int len, java.util.function.Function<byte[],​java.lang.String> decoder)  
    BytesDump.Builder.NextDecoder name​(int off, int len, java.lang.String name)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • builder

      public final BytesDump.Builder builder
    • map

      public final java.util.Map<java.lang.Integer,​xyz.cofe.fn.Tuple2<java.lang.Integer,​java.util.function.Function<byte[],​java.lang.String>>> map
  • 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