| Package | Description |
|---|---|
| tecgraf.ftc_1_4.client | |
| tecgraf.ftc_1_4.common | |
| tecgraf.ftc_1_4.server |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IRemoteDataChannel
Representa um canal de acesso a um arquivo remoto.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteDataChannel
Representa uma implementação de um canal de arquivo remoto.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileDataChannel
Classe que adapta um FileChannel para ser utilizado como um IDataChannel
|
| Modifier and Type | Method and Description |
|---|---|
IDataChannel |
DataChannelOutputStream.getChannel() |
| Constructor and Description |
|---|
ByteChannelWrapper(IDataChannel channel) |
DataChannelInputStream(IDataChannel channel)
Construtor
|
DataChannelOutputStream(IDataChannel channel) |
| 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.
|
IDataChannel |
Session.getFileChannel()
Obtém o canal do arquivo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setFileChannel(IDataChannel fileChannel)
Define o canal do arquivo.
|
Copyright © 2019 Tecgraf/PUC-Rio. All rights reserved.