net.jangaroo.jooc.input
Interface InputSource

All Known Implementing Classes:
DirectoryInputSource, FileInputSource, PathInputSource, ZipEntryInputSource, ZipFileInputSource

public interface InputSource


Method Summary
 void close()
           
 InputSource getChild(java.lang.String path)
           
 char getFileSeparatorChar()
           
 java.io.InputStream getInputStream()
           
 java.lang.String getName()
           
 InputSource getParent()
           
 java.lang.String getPath()
           
 java.lang.String getRelativePath()
           
 boolean isDirectory()
           
 java.util.List<InputSource> list()
           
 

Method Detail

getName

java.lang.String getName()

getPath

java.lang.String getPath()

getRelativePath

java.lang.String getRelativePath()

isDirectory

boolean isDirectory()

list

java.util.List<InputSource> list()

getChild

InputSource getChild(java.lang.String path)

getInputStream

java.io.InputStream getInputStream()
                                   throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException

getFileSeparatorChar

char getFileSeparatorChar()

getParent

InputSource getParent()


Copyright © 2002-2010 CoreMedia AG. All Rights Reserved.