public abstract class AbstractVfs extends java.lang.Object implements Vfs
Copyright 2009-2012 Partner Software, Inc.
| Constructor and Description |
|---|
AbstractVfs() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBufferSize()
Returns the current buffer size for copies and other transfers.
|
boolean |
getDisableOptimizations()
If true, this VFS uses only pure Java methods and avoids platform-specific optimizations (e.g.
|
boolean |
getVerifyTransfers()
If true, this VFS uses checksums or similar mechanism to verify copies and other data transfers.
|
void |
setBufferSize(int newSize)
Sets the current buffer size for copies and other transfers.
|
void |
setDisableOptimizations(boolean shouldI) |
void |
setVerifyTransfers(boolean shouldI) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdirectoryFor, directoryFor, fileFor, fileFor, getAbsolutePath, isWritablepublic int getBufferSize()
VfsgetBufferSize in interface Vfspublic void setBufferSize(int newSize)
VfssetBufferSize in interface Vfspublic boolean getVerifyTransfers()
VfsgetVerifyTransfers in interface Vfspublic void setVerifyTransfers(boolean shouldI)
setVerifyTransfers in interface Vfspublic boolean getDisableOptimizations()
VfsgetDisableOptimizations in interface Vfspublic void setDisableOptimizations(boolean shouldI)
setDisableOptimizations in interface Vfs