Uses of Interface
net.netheos.pcsapi.bytesio.ByteSink

Packages that use ByteSink
net.netheos.pcsapi.bytesio   
net.netheos.pcsapi.models   
net.netheos.pcsapi.utils   
 

Uses of ByteSink in net.netheos.pcsapi.bytesio
 

Classes in net.netheos.pcsapi.bytesio that implement ByteSink
 class FileByteSink
          ByteSink where bytes are written to a file
 class MemoryByteSink
          Implementation of ByteSource in memory
 class ProgressByteSink
          Byte Sink used to monitor progress in stream operations.
 

Constructors in net.netheos.pcsapi.bytesio with parameters of type ByteSink
ProgressByteSink(ByteSink byteSink, ProgressListener listener)
           
 

Uses of ByteSink in net.netheos.pcsapi.models
 

Methods in net.netheos.pcsapi.models that return ByteSink
 ByteSink CDownloadRequest.getByteSink()
          If no progress listener has been set, return the byte sink defined in constructor, otherwise decorate it.
 

Constructors in net.netheos.pcsapi.models with parameters of type ByteSink
CDownloadRequest(CPath path, ByteSink byteSink)
           
 

Uses of ByteSink in net.netheos.pcsapi.utils
 

Methods in net.netheos.pcsapi.utils with parameters of type ByteSink
static void PcsUtils.downloadDataToSink(CResponse response, ByteSink byteSink)
          Server has answered OK with a file to download as stream.
 



Copyright © 2014. All Rights Reserved.