Class BinaryXMLStrings


  • public class BinaryXMLStrings
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryXMLStrings()  
      BinaryXMLStrings​(int stringCount, long stringsStart, byte[] buffer, boolean isUtf8)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get​(int id)  
      void put​(int id, java.lang.String content)  
      int size()  
      • Methods inherited from class java.lang.Object

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

      • INVALID_STRING_PLACEHOLDER

        public static final java.lang.String INVALID_STRING_PLACEHOLDER
        See Also:
        Constant Field Values
    • Constructor Detail

      • BinaryXMLStrings

        public BinaryXMLStrings()
      • BinaryXMLStrings

        public BinaryXMLStrings​(int stringCount,
                                long stringsStart,
                                byte[] buffer,
                                boolean isUtf8)
    • Method Detail

      • get

        public java.lang.String get​(int id)
      • put

        public void put​(int id,
                        java.lang.String content)
      • size

        public int size()