|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataExchangeBuffer | |
---|---|
org.neociclo.odetteftp | |
org.neociclo.odetteftp.protocol | |
org.neociclo.odetteftp.protocol.data | |
org.neociclo.odetteftp.util |
Uses of DataExchangeBuffer in org.neociclo.odetteftp |
---|
Methods in org.neociclo.odetteftp with parameters of type DataExchangeBuffer | |
---|---|
void |
ProtocolHandler.dataBufferReceived(OdetteFtpSession session,
DataExchangeBuffer data)
|
Uses of DataExchangeBuffer in org.neociclo.odetteftp.protocol |
---|
Methods in org.neociclo.odetteftp.protocol with parameters of type DataExchangeBuffer | |
---|---|
void |
DefaultHandler.dataBufferReceived(OdetteFtpSession session,
DataExchangeBuffer data)
|
Uses of DataExchangeBuffer in org.neociclo.odetteftp.protocol.data |
---|
Methods in org.neociclo.odetteftp.protocol.data with parameters of type DataExchangeBuffer | |
---|---|
boolean |
NormalMapping.readData(VirtualFile virtualFile,
FileChannel in,
DataExchangeBuffer deb)
|
boolean |
MappingStrategy.readData(VirtualFile virtualFile,
FileChannel fileChannel,
DataExchangeBuffer dataBuffer)
|
boolean |
CompressionMapping.readData(VirtualFile virtualFile,
FileChannel in,
DataExchangeBuffer deb)
|
abstract boolean |
AbstractMapping.readData(VirtualFile virtualFile,
FileChannel fileChannel,
DataExchangeBuffer dataBuffer)
|
long |
NormalMapping.writeData(VirtualFile virtualFile,
DataExchangeBuffer deb,
FileChannel out)
|
long |
MappingStrategy.writeData(VirtualFile virtualFile,
DataExchangeBuffer dataBuffer,
FileChannel fileChannel)
|
long |
CompressionMapping.writeData(VirtualFile virtualFile,
DataExchangeBuffer deb,
FileChannel out)
|
abstract long |
AbstractMapping.writeData(VirtualFile virtualFile,
DataExchangeBuffer dataBuffer,
FileChannel fileChannel)
|
Uses of DataExchangeBuffer in org.neociclo.odetteftp.util |
---|
Methods in org.neociclo.odetteftp.util that return DataExchangeBuffer | |
---|---|
static DataExchangeBuffer |
SessionHelper.getSessionOutgoingDataExchangeBuffer(OdetteFtpSession session)
|
Methods in org.neociclo.odetteftp.util with parameters of type DataExchangeBuffer | |
---|---|
static void |
SessionHelper.setSessionOutgoingDataExchangeBuffer(OdetteFtpSession session,
DataExchangeBuffer deb)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |