org.neodatis.odb.impl.core.layers.layer3.engine
Class LocalFileSystemInterface

java.lang.Object
  extended by org.neodatis.odb.core.layers.layer3.engine.FileSystemInterface
      extended by org.neodatis.odb.impl.core.layers.layer3.engine.LocalFileSystemInterface
All Implemented Interfaces:
IFileSystemInterface

public class LocalFileSystemInterface
extends FileSystemInterface


Field Summary
protected  ISession session
           
 
Fields inherited from class org.neodatis.odb.core.layers.layer3.engine.FileSystemInterface
byteArrayConverter, LOG_ID, nbCall1, nbCall2, parameters
 
Constructor Summary
LocalFileSystemInterface(java.lang.String name, ISession session, IBaseIdentification parameters, boolean canLog, int bufferSize)
           
LocalFileSystemInterface(java.lang.String name, ISession session, java.lang.String fileName, boolean canWrite, boolean canLog, int bufferSize)
           
 
Method Summary
 ISession getSession()
           
 
Methods inherited from class org.neodatis.odb.core.layers.layer3.engine.FileSystemInterface
clear, close, delete, ensureSpaceFor, flush, getAvailablePosition, getIo, getLength, getParameters, getPosition, readBigDecimal, readBigDecimal, readBigDecimalBytes, readBigInteger, readBigInteger, readBigIntegerBytes, readBoolean, readBoolean, readBooleanBytes, readByte, readByte, readBytes, readChar, readChar, readCharBytes, readDate, readDate, readDateBytes, readDouble, readDouble, readDoubleBytes, readFloat, readFloat, readFloatBytes, readInt, readInt, readIntBytes, readLong, readLong, readLongBytes, readNativeAttributeBytes, readShort, readShort, readShortBytes, readString, readString, readStringBytes, setDatabaseCharacterEncoding, setReadPosition, setWritePosition, setWritePositionNoVerification, useBuffer, writeBigDecimal, writeBigInteger, writeBoolean, writeBoolean, writeByte, writeByte, writeBytes, writeChar, writeDate, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeString, writeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

session

protected ISession session
Constructor Detail

LocalFileSystemInterface

public LocalFileSystemInterface(java.lang.String name,
                                ISession session,
                                java.lang.String fileName,
                                boolean canWrite,
                                boolean canLog,
                                int bufferSize)

LocalFileSystemInterface

public LocalFileSystemInterface(java.lang.String name,
                                ISession session,
                                IBaseIdentification parameters,
                                boolean canLog,
                                int bufferSize)
Method Detail

getSession

public ISession getSession()
Specified by:
getSession in class FileSystemInterface