org.geotools.xml.impl
Class Buffer

java.lang.Object
  extended by org.geotools.xml.impl.Buffer

public class Buffer
extends java.lang.Object

A simple thread safe buffer.

Author:
Justin Deoliveira, The Open Planning Project

Constructor Summary
Buffer()
           
Buffer(int size)
           
 
Method Summary
 void close()
           
 java.lang.Object get()
           
 void put(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Buffer

public Buffer()

Buffer

public Buffer(int size)
Method Detail

put

public void put(java.lang.Object object)

get

public java.lang.Object get()

close

public void close()


Copyright © 1996-2010 Geotools. All Rights Reserved.