|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 writerpublic void writeResourceDescriptions(Resource[] descr, java.io.Writer writer) throws java.io.IOException, SerializationException
descr
- the resource descriptions arraywriter
- the writerpublic void writeResources(AttributeHolder[] holders, java.io.Writer writer) throws java.io.IOException, SerializationException
descr
- the resource arraywriter
- the writerpublic ResourceDescription[] readResourceDescriptions(java.io.Reader reader) throws java.io.IOException, SerializationException
writer
- the readerpublic Resource[] readResources(java.io.Reader reader) throws java.io.IOException, SerializationException
writer
- the readerpublic AttributeHolder[] readAttributeHolders(java.io.Reader reader) throws java.io.IOException, SerializationException
writer
- the readerpublic LookupTable[] readAttributes(java.io.Reader reader, java.lang.String[] attributes) throws java.io.IOException, SerializationException
attributes
- the attribute names array.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |