public class Sttb
extends java.lang.Object
Class and fields descriptions are quoted from [MS-DOC] -- v20121003 Word (.doc) Binary File Format; Copyright (c) 2012 Microsoft Corporation; Release: October 8, 2012
This class is internal. It content or properties may change without notice due to changes in our knowledge of internal Microsoft Word binary structures.
| Constructor and Description | 
|---|
| Sttb(byte[] buffer,
    int startOffset) | 
| Sttb(int cDataLength,
    byte[] buffer,
    int startOffset) | 
| Sttb(int cDataLength,
    java.lang.String[] data) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fillFields(byte[] buffer,
          int startOffset) | 
| java.lang.String[] | getData()The definition of each STTB specifies the meaning of this field. | 
| int | getSize() | 
| byte[] | serialize() | 
| int | serialize(byte[] buffer,
         int offset) | 
public Sttb(byte[] buffer,
            int startOffset)
public Sttb(int cDataLength,
            byte[] buffer,
            int startOffset)
public Sttb(int cDataLength,
            java.lang.String[] data)
public void fillFields(byte[] buffer,
                       int startOffset)
public java.lang.String[] getData()
public int getSize()
public byte[] serialize()
public int serialize(byte[] buffer,
                     int offset)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.