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
 
Constructor Summary
  Buffer()
           
protected Buffer(int i)
           
 
Method Summary
protected  void finalize()
           
 byte[] getBuffer(int i)
           
 int getBufferCount()
           
 int getPos()
           
 int getSize()
           
 byte[] read(int i)
           
 void release()
           
 void reset()
           
 void seek(int i)
           
 void write(byte[] abyte0)
           
 
Methods inherited from class com.macromedia.generator.api.GenObject
getPeer
 
Methods inherited from class java.lang.Object
, clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Buffer

public Buffer()
       throws GeneratorApiException

Buffer

protected Buffer(int i)
          throws GeneratorApiException
Method Detail

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