public class PSNDataFile
extends java.lang.Object
| Constructor and Description |
|---|
PSNDataFile(java.io.DataInputStream dis)
New constructor that takes DataInputStream.
|
PSNDataFile(java.lang.String filename)
Old constructor that takes file name
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
chopToLength(byte[] byteArray) |
PSNEventRecord[] |
getEventRecords() |
static void |
main(java.lang.String[] args) |
public PSNDataFile(java.lang.String filename)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic PSNDataFile(java.io.DataInputStream dis)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic PSNEventRecord[] getEventRecords()
public static byte[] chopToLength(byte[] byteArray)
public static void main(java.lang.String[] args)