public class FileLegacyChunkStore extends LegacyChunkStore
CHUNK_SHIFTS| Constructor and Description |
|---|
FileLegacyChunkStore(File path)
Create an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
getInputStream(String f1,
String f2,
String name)
Get the input stream for a chunk file.
|
boolean |
isValid()
Returns whether the chunk store is of this type.
|
getChunkTag, getFilename, getFilenameclose, getChunk, toChunkpublic FileLegacyChunkStore(File path)
path - protected InputStream getInputStream(String f1, String f2, String name) throws DataException, IOException
getInputStream in class LegacyChunkStoref1 - f2 - name - DataExceptionIOExceptionpublic boolean isValid()
ChunkStoreisValid in class ChunkStoreCopyright © 2010-2014. All Rights Reserved.