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.FileNotFoundException
java.io.IOException
public PSNDataFile(java.io.DataInputStream dis) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public PSNEventRecord[] getEventRecords()
public static byte[] chopToLength(byte[] byteArray)
public static void main(java.lang.String[] args)