|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |