Uses of Interface
ca.odell.glazedlists.io.ByteCoder

Packages that use ByteCoder
ca.odell.glazedlists.io   
 

Uses of ByteCoder in ca.odell.glazedlists.io
 

Methods in ca.odell.glazedlists.io that return ByteCoder
static ByteCoder GlazedListsIO.beanXMLByteCoder()
          Creates a ByteCoder that uses XMLEncoder and XMLDecoder classes from java.beans.
static ByteCoder GlazedListsIO.serializableByteCoder()
          Creates a ByteCoder that encodes Serializable Objects using an ObjectOutputStream.
 

Methods in ca.odell.glazedlists.io with parameters of type ByteCoder
<E> NetworkList<E>
ListPeer.publish(EventList<E> source, String path, ByteCoder byteCoder)
          Publish the specified EventList with the specified name.
 NetworkList ListPeer.subscribe(String host, int port, String path, ByteCoder byteCoder)
          Subscribe to the EventList with the specified name.
 

Constructors in ca.odell.glazedlists.io with parameters of type ByteCoder
FileList(File file, ByteCoder byteCoder)
          Create a FileList that stores its data in the specified file.
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2013-02-12 20:58