Uses of Class
goldengate.common.file.passthrough.PassthroughException

Packages that use PassthroughException
goldengate.common.file.passthrough Classes implementing FileInterface and Directory according to a pass through implementation (no storage since data are just pass through this interface) 
 

Uses of PassthroughException in goldengate.common.file.passthrough
 

Methods in goldengate.common.file.passthrough that throw PassthroughException
 boolean PassthroughFile.changeDirectory(String path)
           
 void PassthroughFile.close()
           
 PassthroughFile PassthroughFileFactory.create(PassthroughBasedFileImpl pbfi)
           
 PassthroughFile PassthroughFileFactory.create(PassthroughFile dir, String path)
           
 boolean PassthroughFile.delete()
           
 String PassthroughFile.fileFull(boolean lsFormat)
           
 void PassthroughFile.flush()
           
 long PassthroughFile.getCRC()
           
 long PassthroughFile.getFreeSpace()
           
 byte[] PassthroughFile.getMD5()
           
 String PassthroughFile.getModificationTime()
          Return the Modification time
 byte[] PassthroughFile.getSHA1()
           
 List<String> PassthroughFile.list()
           
 List<String> PassthroughFile.listFull(boolean lsFormat)
           
 boolean PassthroughFile.mkdir()
           
 void PassthroughFile.position(long position)
           
 org.jboss.netty.buffer.ChannelBuffer PassthroughFile.read(int sizeblock)
           
 boolean PassthroughFile.renameTo(String path)
           
 boolean PassthroughFile.rmdir()
           
 long PassthroughFile.transferTo(FileChannel out)
          Note: be aware to not directly use transferTo or transferFrom at once but to use them by chunk to prevent memory usage (mmap used under the wood by the JVM)
 List<String> PassthroughFile.wildcard(String subPath)
           
 int PassthroughFile.write(org.jboss.netty.buffer.ChannelBuffer buffer)
           
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.