public static class TimelineReader.ProcHeader extends Object
| Constructor and Description |
|---|
TimelineReader.ProcHeader(String procStr)
Constructor which makes the procHeader from a String.
|
| Modifier and Type | Method and Description |
|---|---|
long |
dump(RandomAccessFile rafIn)
Method which writes the proc header to a RandomAccessFile.
|
int |
getCharSize()
Return the string length of the proc header.
|
String |
getString()
Get the string content of the proc header.
|
public TimelineReader.ProcHeader(String procStr)
procStr - a non-null string representing the contents of the ProcHeader.NullPointerException - if procStr is nullpublic int getCharSize()
public String getString()
public long dump(RandomAccessFile rafIn) throws IOException
rafIn - rafInIOException - IOExceptionCopyright © 2000–2016 DFKI GmbH. All rights reserved.