|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.armatiek.infofuze.stream.filesystem.AbstractFile
com.armatiek.infofuze.stream.filesystem.ProxyFile
com.armatiek.infofuze.stream.filesystem.csv.CSVFile
public class CSVFile
A CSV (comma separated values) file.
Constructor Summary | |
---|---|
CSVFile(FileIf proxy,
CSVFileExtractor extractor)
|
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
Returns the contents of the file as a byte stream. |
Methods inherited from class com.armatiek.infofuze.stream.filesystem.ProxyFile |
---|
canRead, exists, getMimeType, getName, getParent, getParentFile, getPath, hasContent, isDirectory, isFile, isHidden, lastModified, length, listFiles |
Methods inherited from class com.armatiek.infofuze.stream.filesystem.AbstractFile |
---|
getCharacterEncoding |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.armatiek.infofuze.stream.filesystem.FileIf |
---|
equals |
Constructor Detail |
---|
public CSVFile(FileIf proxy, CSVFileExtractor extractor)
Method Detail |
---|
public java.io.InputStream getInputStream() throws java.io.IOException
FileIf
getInputStream
in interface FileIf
getInputStream
in class ProxyFile
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |