Package | Description |
---|---|
tachyon.client | |
tachyon.client.file |
Modifier and Type | Method and Description |
---|---|
FileInStream |
TachyonFile.getInStream(ReadType readType)
Deprecated.
Return the
InStream of this file based on the specified read type. |
Modifier and Type | Method and Description |
---|---|
FileInStream |
TachyonFileSystem.getInStream(TachyonFile file)
Convenience method for
TachyonFileSystem.getInStream(TachyonFile, InStreamOptions) with default options. |
FileInStream |
TachyonFileSystem.getInStream(TachyonFile file,
InStreamOptions options)
Gets a
FileInStream for the specified file. |
Copyright © 2015. All Rights Reserved.