public class SndChunk extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CHUNKSIZE_LENGTH |
static int |
SIGNATURE_LENGTH |
static int |
SND_HEADER_LENGTH |
Modifier and Type | Method and Description |
---|---|
static SndChunk |
readChunk(ByteBuffer dataBuffer) |
String |
toString() |
public static final int CHUNKSIZE_LENGTH
public static final int SIGNATURE_LENGTH
public static final int SND_HEADER_LENGTH
public static SndChunk readChunk(ByteBuffer dataBuffer)
Copyright © 2005–2020 jthink.net. All rights reserved.