org.geotools.xml.impl
Class Buffer

Object
  extended by Buffer

public class Buffer
extends Object

A simple thread safe buffer.

Author:
Justin Deoliveira, The Open Planning Project

Constructor Summary
Buffer()
           
Buffer(int size)
           
 
Method Summary
 void close()
           
 Object get()
           
 void put(Object object)
           
 
Methods inherited from class 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(Object object)

get

public Object get()

close

public void close()


Copyright © 1996-2009 Geotools. All Rights Reserved.