public static class FormatMKA_AAC.FileDataWriter
extends java.lang.Object
| Constructor and Description |
|---|
FileDataWriter(java.io.FileDescriptor fd) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getFilePointer() |
boolean |
isSeekable() |
long |
length() |
long |
seek(long pos) |
int |
write(byte b) |
int |
write(java.nio.ByteBuffer buff) |
public FileDataWriter(java.io.FileDescriptor fd)
throws java.io.IOException
java.io.IOExceptionpublic int write(byte b)
public int write(java.nio.ByteBuffer buff)
public long length()
public long getFilePointer()
public boolean isSeekable()
public long seek(long pos)
public void close()
throws java.io.IOException
java.io.IOException