com.macromedia.generator.api
Class Buffer
java.lang.Object
|
+--com.macromedia.generator.api.GenObject
|
+--com.macromedia.generator.api.Buffer
- public class Buffer
- extends GenObject
Fields inherited from class com.macromedia.generator.api.GenObject |
peer |
Methods inherited from class java.lang.Object |
, clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Buffer
public Buffer()
throws GeneratorApiException
Buffer
protected Buffer(int i)
throws GeneratorApiException
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize
in class java.lang.Object
getBuffer
public byte[] getBuffer(int i)
throws GeneratorApiException
getBufferCount
public int getBufferCount()
throws GeneratorApiException
getPos
public int getPos()
throws GeneratorApiException
getSize
public int getSize()
throws GeneratorApiException
read
public byte[] read(int i)
throws GeneratorApiException
release
public void release()
- Overrides:
release
in class GenObject
reset
public void reset()
throws GeneratorApiException
seek
public void seek(int i)
throws GeneratorApiException
write
public void write(byte[] abyte0)
throws GeneratorApiException