Class BinaryFormat


  • public class BinaryFormat
    extends java.lang.Object
    Author:
    Simon Thoresen Hult
    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryFormat()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Predicate decode​(byte[] buf)  
      static byte[] encode​(Predicate predicate)  
      • Methods inherited from class java.lang.Object

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

      • BinaryFormat

        public BinaryFormat()
    • Method Detail

      • encode

        public static byte[] encode​(Predicate predicate)
      • decode

        public static Predicate decode​(byte[] buf)