Java org.apache.poi.hpsf ClassID fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hpsf ClassID fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hpsf ClassID.

The text is from its open source code.

Subclass

org.apache.poi.hpsf.ClassID has subclasses.
Click this link to see all its subclasses.

Field

ClassIDOLE10_PACKAGE
ClassIDEXCEL95
ClassIDEXCEL97
ClassIDWORD95
ClassIDWORD97
ClassIDPOWERPOINT97
ClassIDPOWERPOINT95

Constructor

ClassID(final byte[] src, final int offset)
Creates a ClassID and reads its value from a byte array.

Method

booleanequals(final Object o)
Checks whether this ClassID is equal to another object.
byte[]getBytes()
Gets the bytes making out the class ID.
StringtoString()
Returns a human-readable representation of the Class ID in standard format "{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}"}.