Acme
Class Utils.SimpleBuffer

java.lang.Object
  extended by Acme.Utils.SimpleBuffer
Enclosing class:
Utils

public static class Utils.SimpleBuffer
extends java.lang.Object


Constructor Summary
Utils.SimpleBuffer()
           
 
Method Summary
 byte[] get()
           
 int getSize()
           
 byte[] put(byte[] data, int off, int len)
           
 void reset()
           
 void setSize(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils.SimpleBuffer

public Utils.SimpleBuffer()
Method Detail

setSize

public void setSize(int size)

getSize

public int getSize()

put

public byte[] put(byte[] data,
                  int off,
                  int len)

get

public byte[] get()

reset

public void reset()


Copyright © 2010. All Rights Reserved.