Class FibBase


  • @Internal
    public class FibBase
    extends FibBaseAbstractType
    Base part of the File information Block (FibBase). Holds the core part of the FIB, from the first 32 bytes.

    Class and fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format and [MS-DOC] - v20110608 Word (.doc) Binary File Format.

    • Constructor Detail

      • FibBase

        public FibBase()
      • FibBase

        public FibBase​(byte[] std,
                       int offset)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object