Class MinimalEncoder.Result

  • Enclosing class:
    MinimalEncoder

    private static final class MinimalEncoder.Result
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] bytes  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void applyRandomPattern​(java.util.List<java.lang.Byte> bytesAL, int startPosition, int length)  
      byte[] getBytes()  
      (package private) static int prepend​(byte[] bytes, java.util.List<java.lang.Byte> into)  
      private static int randomize253State​(int codewordPosition)  
      • Methods inherited from class java.lang.Object

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

      • bytes

        private final byte[] bytes
    • Method Detail

      • prepend

        static int prepend​(byte[] bytes,
                           java.util.List<java.lang.Byte> into)
      • randomize253State

        private static int randomize253State​(int codewordPosition)
      • applyRandomPattern

        static void applyRandomPattern​(java.util.List<java.lang.Byte> bytesAL,
                                       int startPosition,
                                       int length)
      • getBytes

        public byte[] getBytes()