|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
AttributeHolder[] |
readAttributeHolders(java.io.Reader reader)
Read the attribute holders using the given reader. |
LookupTable[] |
readAttributes(java.io.Reader reader,
java.lang.String[] attributes)
Load only some attributes |
ResourceDescription[] |
readResourceDescriptions(java.io.Reader reader)
Read the resource descriptions using the given reader. |
Resource[] |
readResources(java.io.Reader reader)
Read the resources using the given reader. |
void |
writeResourceDescriptions(Resource[] descr,
java.io.Writer writer)
Write the resource descriptions using the given writer. |
void |
writeResourceDescriptions(ResourceDescription[] descr,
java.io.Writer writer)
Write the resource descriptions using the given writer. |
void |
writeResources(AttributeHolder[] holders,
java.io.Writer writer)
Write the resources using the given writer. |
Method Detail |
public void writeResourceDescriptions(ResourceDescription[] descr, java.io.Writer writer) throws java.io.IOException, SerializationException
descr
- the resource descriptions arraywriter
- the writer
java.io.IOException
SerializationException
public void writeResourceDescriptions(Resource[] descr, java.io.Writer writer) throws java.io.IOException, SerializationException
descr
- the resource descriptions arraywriter
- the writer
java.io.IOException
SerializationException
public void writeResources(AttributeHolder[] holders, java.io.Writer writer) throws java.io.IOException, SerializationException
writer
- the writer
java.io.IOException
SerializationException
public ResourceDescription[] readResourceDescriptions(java.io.Reader reader) throws java.io.IOException, SerializationException
java.io.IOException
SerializationException
public Resource[] readResources(java.io.Reader reader) throws java.io.IOException, SerializationException
java.io.IOException
SerializationException
public AttributeHolder[] readAttributeHolders(java.io.Reader reader) throws java.io.IOException, SerializationException
java.io.IOException
SerializationException
public LookupTable[] readAttributes(java.io.Reader reader, java.lang.String[] attributes) throws java.io.IOException, SerializationException
attributes
- the attribute names array.
java.io.IOException
SerializationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |