org.apache.commons.jci.stores
Class FileResourceStore

java.lang.Object
  extended byorg.apache.commons.jci.stores.FileResourceStore
All Implemented Interfaces:
ResourceStore

public final class FileResourceStore
extends java.lang.Object
implements ResourceStore


Constructor Summary
FileResourceStore(java.io.File pFile)
           
 
Method Summary
 byte[] read(java.lang.String resourceName)
           
 void remove(java.lang.String pResourceName)
           
 java.lang.String toString()
           
 void write(java.lang.String resourceName, byte[] clazzData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileResourceStore

public FileResourceStore(java.io.File pFile)
Method Detail

read

public byte[] read(java.lang.String resourceName)
Specified by:
read in interface ResourceStore

write

public void write(java.lang.String resourceName,
                  byte[] clazzData)
Specified by:
write in interface ResourceStore

remove

public void remove(java.lang.String pResourceName)
Specified by:
remove in interface ResourceStore

toString

public java.lang.String toString()


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