@Internal public class NotesTables extends java.lang.Object
| Constructor and Description |
|---|
NotesTables(NoteType noteType) |
NotesTables(NoteType noteType,
byte[] tableStream,
FileInformationBlock fib) |
| Modifier and Type | Method and Description |
|---|---|
GenericPropertyNode |
getDescriptor(int index) |
int |
getDescriptorsCount() |
GenericPropertyNode |
getTextPosition(int index) |
void |
writeRef(FileInformationBlock fib,
java.io.ByteArrayOutputStream tableStream) |
void |
writeTxt(FileInformationBlock fib,
java.io.ByteArrayOutputStream tableStream) |
public NotesTables(NoteType noteType)
public NotesTables(NoteType noteType, byte[] tableStream, FileInformationBlock fib)
public GenericPropertyNode getDescriptor(int index)
public int getDescriptorsCount()
public GenericPropertyNode getTextPosition(int index)
public void writeRef(FileInformationBlock fib, java.io.ByteArrayOutputStream tableStream) throws java.io.IOException
java.io.IOExceptionpublic void writeTxt(FileInformationBlock fib, java.io.ByteArrayOutputStream tableStream) throws java.io.IOException
java.io.IOException