public class AiffInputStream
extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
private static int |
BUFSIZE |
private boolean |
eof
End of file flag
|
private byte[] |
fileBuf
The input buffer
|
private int |
fileBufOffset
Current position in the input buffer
|
private int |
fileBufSize
Number of valid bytes in the input buffer
|
private java.io.RandomAccessFile |
raf
The underlying file
|
Constructor and Description |
---|
AiffInputStream(java.io.RandomAccessFile raf) |
private static final int BUFSIZE
private java.io.RandomAccessFile raf
private byte[] fileBuf
private int fileBufSize
private int fileBufOffset
private boolean eof
Copyright © 2005-2013 java.net. All Rights Reserved.