Class BinaryWriter

    • Field Detail

      • MAGIC_NUMBER

        public static final java.util.UUID MAGIC_NUMBER
        16 bytes that serve as the identifier of a binary encoded serialized object graph.
      • VERSION

        public static final int VERSION
        Version number for the binary serialization. Version history:

         Version 1: initial.
         Version 2: String table changed to accommodate strings over 65k.
         
        See Also:
        Constant Field Values
    • Constructor Detail

      • BinaryWriter

        public BinaryWriter​(java.io.OutputStream stream)