Uses of Interface
ca.odell.glazedlists.io.ByteCoder
-
Packages that use ByteCoder Package Description ca.odell.glazedlists.io -
-
Uses of ByteCoder in ca.odell.glazedlists.io
Methods in ca.odell.glazedlists.io that return ByteCoder Modifier and Type Method Description static ByteCoder
GlazedListsIO. beanXMLByteCoder()
static ByteCoder
GlazedListsIO. serializableByteCoder()
Methods in ca.odell.glazedlists.io with parameters of type ByteCoder Modifier and Type Method Description <E> NetworkList<E>
ListPeer. publish(EventList<E> source, java.lang.String path, ByteCoder byteCoder)
Publish the specified EventList with the specified name.NetworkList
ListPeer. subscribe(java.lang.String host, int port, java.lang.String path, ByteCoder byteCoder)
Subscribe to the EventList with the specified name.Constructors in ca.odell.glazedlists.io with parameters of type ByteCoder Constructor Description FileList(java.io.File file, ByteCoder byteCoder)
Create aFileList
that stores its data in the specified file.
-