public abstract class SingleArrayPathData extends java.lang.Object implements PathData
| Modifier | Constructor and Description |
|---|---|
protected |
SingleArrayPathData()
Creates an encoder that will encode the path data in a single byte array.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPath()
Gets the buffer that contains the encoded data of the path.
|
void |
reset()
Resets the path data buffer(s).
|
protected void |
write(byte b)
Adds a byte in the single path data buffer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendCommand, appendCoordinate, getFormatprotected SingleArrayPathData()
public void reset()
PathDataprotected void write(byte b)
b - the byte to addpublic byte[] getPath()