Class TFileTransport

java.lang.Object
org.apache.thrift.transport.TTransport
org.apache.thrift.transport.TFileTransport
All Implemented Interfaces:
Closeable, AutoCloseable

public class TFileTransport extends TTransport
FileTransport implementation of the TTransport interface. Currently this is a straightforward port of the cpp implementation

It may make better sense to provide a basic stream access on top of the framed file format The FileTransport can then be a user of this framed file format with some additional logic for chunking.