org.apache.jackrabbit.core.fs.mem
Class MemoryFile

java.lang.Object
  extended by org.apache.jackrabbit.core.fs.mem.MemoryFileSystemEntry
      extended by org.apache.jackrabbit.core.fs.mem.MemoryFile

public class MemoryFile
extends MemoryFileSystemEntry

An in-memory file.


Constructor Summary
MemoryFile()
           
 
Method Summary
protected  byte[] getData()
           
 boolean isFolder()
           
protected  void setData(byte[] data)
           
 
Methods inherited from class org.apache.jackrabbit.core.fs.mem.MemoryFileSystemEntry
getLastModified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryFile

public MemoryFile()
Method Detail

isFolder

public boolean isFolder()
Specified by:
isFolder in class MemoryFileSystemEntry

getData

protected byte[] getData()

setData

protected void setData(byte[] data)


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.