org.neociclo.odetteftp.protocol
Interface VirtualFile

All Superinterfaces:
OdetteFtpObject, Serializable
All Known Subinterfaces:
EnvelopedVirtualFile, NormalizedVirtualFile
All Known Implementing Classes:
DefaultEnvelopedVirtualFile, DefaultVirtualFile

public interface VirtualFile
extends OdetteFtpObject

Version:
$Rev: 558 $ $Date: 2010-08-12 13:21:23 -0300 (Thu, 12 Aug 2010) $
Author:
Rafael Marins

Method Summary
 File getFile()
           
 RecordFormat getRecordFormat()
           
 int getRecordSize()
           
 long getRestartOffset()
           
 long getSize()
           
 
Methods inherited from interface org.neociclo.odetteftp.protocol.OdetteFtpObject
getDatasetName, getDateTime, getDestination, getOriginator, getTicker, getUserData
 

Method Detail

getRecordFormat

RecordFormat getRecordFormat()

getRecordSize

int getRecordSize()

getSize

long getSize()

getRestartOffset

long getRestartOffset()

getFile

File getFile()


ACCORD