|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AVMImporter
Importer which allows the loading of part of an AVM filesystem from external resources.
Method Summary | |
---|---|
void |
importNode(java.io.InputStream input,
AVMNodeDescriptor node)
Imports the given AVM node from the source data. |
void |
importNode(java.io.InputStream input,
java.lang.String path)
Imports the given path and version from the source data. |
Method Detail |
---|
void importNode(java.io.InputStream input, java.lang.String path) throws java.io.IOException
input
- The stream to read frompath
- The AVM path to importversion
- The AVM version ID
java.io.IOException
void importNode(java.io.InputStream input, AVMNodeDescriptor node) throws java.io.IOException
input
- The stream to read fromnode
- The AVM node to import
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |