|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgs.hitchin.hitchfs.StubFakeFileOperations
gs.hitchin.hitchfs.StubFileSystem
gs.hitchin.hitchfs.BasicFileSystem
gs.hitchin.hitchfs.MemoryFileSystem
gs.hitchin.hitchfs.IOFileSystem
public class IOFileSystem
| Constructor Summary | |
|---|---|
IOFileSystem()
|
|
| Method Summary | |
|---|---|
boolean |
delete(FakeFile fake)
|
InputStream |
getInputStream(FakeFile fake)
|
OutputStream |
getOutputStream(FakeFile fake,
boolean append)
|
long |
length(FakeFile fake)
|
| Methods inherited from class gs.hitchin.hitchfs.MemoryFileSystem |
|---|
canExecute, canRead, canWrite, createNewFile, deleteOnExit, exists, isDirectory, isFile, isHidden, isOwner, lastModified, list, list, listAsList, listFiles, listFiles, listFiles, listFiles, listRoots, lookup, mkdir, mkdirs, printFS, register, renameTo, setExecutable, setExecutable, setHidden, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, touch |
| Methods inherited from class gs.hitchin.hitchfs.BasicFileSystem |
|---|
compareTo, equals, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, toString, toURI, toURL |
| Methods inherited from class gs.hitchin.hitchfs.StubFileSystem |
|---|
absolute, absoluteSplit, canonical, canonicalSplit, createTempFile, createTempFile, currentTimeMillis, file, file, file, file, file, getCurrentDirectory, getCurrentDirectorySplit, getFileOperations, getPathSeparator, getPathSeparatorChar, getSeparator, getSeparatorChar, input, input, input, isAbsolute, isCaseSensitive, makePath, output, output, output, output, output, reader, reader, reader, update, writer, writer, writer, writer, writer |
| Methods inherited from class gs.hitchin.hitchfs.StubFakeFileOperations |
|---|
getFreeSpace, getTotalSpace, getUsableSpace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IOFileSystem()
| Method Detail |
|---|
public boolean delete(FakeFile fake)
delete in interface FakeFileOperationsdelete in class MemoryFileSystem
public InputStream getInputStream(FakeFile fake)
throws IOException
getInputStream in interface FakeFileOperationsgetInputStream in class StubFakeFileOperationsIOException
public OutputStream getOutputStream(FakeFile fake,
boolean append)
throws IOException
getOutputStream in interface FakeFileOperationsgetOutputStream in class StubFakeFileOperationsIOExceptionpublic long length(FakeFile fake)
length in interface FakeFileOperationslength in class StubFakeFileOperations
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||