Class OleObjectBinaryPart

java.lang.Object
Direct Known Subclasses:
VbaProjectBinaryPart, VbaProjectSignatureBin

public class OleObjectBinaryPart
extends BinaryPart
You can use oleObjectBinaryPart.setBinaryData( ByteBuffer.wrap(bytes) ); to populate this from a byte[]
Author:
jharrop
  • Constructor Details

  • Method Details

    • init

      public void init()
    • getFs

      public POIFSFileSystem getFs() throws java.io.IOException
      Throws:
      java.io.IOException
    • initPOIFSFileSystem

      public void initPOIFSFileSystem() throws java.io.IOException
      Throws:
      java.io.IOException
    • writePOIFSFileSystem

      public void writePOIFSFileSystem() throws java.io.IOException
      Write any changes which have been made to POIFSFileSystem, to the underlying ByteBuffer. This is necessary if the changes are to be persisted.
      Throws:
      java.io.IOException
    • viewFile

      public void viewFile​(boolean verbose) throws java.io.IOException
      Throws:
      java.io.IOException
    • viewFile

      public void viewFile​(java.io.OutputStream os, boolean verbose) throws java.io.IOException
      Parameters:
      os -
      verbose -
      Throws:
      java.io.IOException
      Since:
      3.0.0