public abstract class AiffChunkReader extends Object
Constructor and Description |
---|
AiffChunkReader() |
Modifier and Type | Method and Description |
---|---|
protected ByteBuffer |
readChunkDataIntoBuffer(FileChannel fc,
ChunkHeader chunkHeader)
Read the next chunk into ByteBuffer as specified by ChunkHeader and moves raf file pointer
to start of next chunk/end of file.
|
protected ByteBuffer readChunkDataIntoBuffer(FileChannel fc, ChunkHeader chunkHeader) throws IOException
fc
- chunkHeader
- IOException
Copyright © 2005–2020 jthink.net. All rights reserved.