Java org.apache.poi.poifs.filesystem Ole10Native fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.poifs.filesystem Ole10Native fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.poifs.filesystem Ole10Native.

The text is from its open source code.

Field

Constructor

Ole10Native(String label, String filename, String command, byte[] data)
Creates an instance and fills the fields based on ...

Method

Ole10NativecreateFromEmbeddedOleObject(POIFSFileSystem poifs)
Creates an instance of this class from an embedded OLE Object.
Ole10NativecreateFromEmbeddedOleObject(DirectoryNode directory)
Creates an instance of this class from an embedded OLE Object.
byte[]getDataBuffer()
Returns the buffer containing the embedded file's data, or null if no data was embedded.
StringgetLabel()
Returns the label field - usually the name of the file (without directory) but probably may be any name specified during packaging/embedding the data.
voidwriteOut(OutputStream out)
Have the contents printer out into an OutputStream, used when writing a file back out to disk (Normally, atom classes will keep their bytes around, but non atom classes will just request the bytes from their children, then chuck on their header and return)