| Package | Description |
|---|---|
| tecgraf.ftc_1_4.client | |
| tecgraf.ftc_1_4.server |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteDataChannel.open()
Solicita a abertura do arquivo.
|
void |
IRemoteDataChannel.open()
Solicita a abertura do arquivo.
|
void |
RemoteDataChannel.setSize(long size)
Define a quantidade de bytes para o canal.
|
int |
RemoteDataChannel.write(ByteBuffer source)
Escreve uma sequência de bytes no arquivo.
|
int |
RemoteDataChannel.write(ByteBuffer source,
long remotePosition)
Escreve uma sequência de bytes no arquivo.
|
| Modifier and Type | Method and Description |
|---|---|
IDataChannel |
DefaultDataProvider.createFileChannel(Object requester,
byte[] fileId,
boolean readOnly)
Cria um canal para um arquivo.
|
IDataChannel |
DataChannelProvider.createFileChannel(Object requester,
byte[] fileId,
boolean readOnly)
Cria um canal para um arquivo.
|
Copyright © 2019 Tecgraf/PUC-Rio. All rights reserved.