Class ComplexFileTable

    • Constructor Detail

      • ComplexFileTable

        public ComplexFileTable()
      • ComplexFileTable

        protected ComplexFileTable​(byte[] documentStream,
                                   byte[] tableStream,
                                   int offset,
                                   int fcMin,
                                   java.nio.charset.Charset charset)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • ComplexFileTable

        public ComplexFileTable​(byte[] documentStream,
                                byte[] tableStream,
                                int offset,
                                int fcMin)
                         throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • writeTo

        @Deprecated
        public void writeTo​(HWPFFileSystem sys)
                     throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • writeTo

        public void writeTo​(java.io.ByteArrayOutputStream wordDocumentStream,
                            java.io.ByteArrayOutputStream tableStream)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • newTextPieceTable

        protected TextPieceTable newTextPieceTable​(byte[] documentStream,
                                                   byte[] tableStream,
                                                   int offset,
                                                   int pieceTableSize,
                                                   int fcMin,
                                                   java.nio.charset.Charset charset)