|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.replication.recovery.AbstractFSAccess
public class AbstractFSAccess
Created by The eXo Platform SAS.
| Field Summary | |
|---|---|
protected static int |
BUFFER_1KB
Definition the constant for 1k buffer. |
protected static int |
BUFFER_20X
Definition the constant for 20k buffer. |
protected static int |
BUFFER_8X
Definition the constant for 8k buffer. |
static java.lang.String |
DATA_DIR_NAME
Definition the name for data folder. |
static java.lang.String |
PREFIX_CHAR
Definition the prefix char. |
static java.lang.String |
PREFIX_REMOVED_DATA
Definition the prefix string for removed data. |
static java.lang.String |
REMOVED_SUFFIX
Definition the suffix string for removed files. |
| Constructor Summary | |
|---|---|
AbstractFSAccess()
|
|
| Method Summary | |
|---|---|
protected java.io.File |
getAsFile(java.io.InputStream is)
getAsFile. |
protected java.io.File |
getAsFile(java.io.ObjectInputStream ois,
long fileSize)
getAsFile. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DATA_DIR_NAME
public static final java.lang.String PREFIX_REMOVED_DATA
public static final java.lang.String PREFIX_CHAR
public static final java.lang.String REMOVED_SUFFIX
protected static final int BUFFER_1KB
protected static final int BUFFER_8X
protected static final int BUFFER_20X
| Constructor Detail |
|---|
public AbstractFSAccess()
| Method Detail |
|---|
protected java.io.File getAsFile(java.io.InputStream is)
throws java.io.IOException
is - the InputStream
java.io.IOException - will be generated the IOExceprion
protected java.io.File getAsFile(java.io.ObjectInputStream ois,
long fileSize)
throws java.io.IOException
ois - the ObjectInputStreamfileSize - will be read 'fileSize' bytes from stream
java.io.IOException - will be generated the IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||