Uses of Interface
ca.krasnay.scaffold.io.Sink

Packages that use Sink
ca.krasnay.scaffold.io   
 

Uses of Sink in ca.krasnay.scaffold.io
 

Classes in ca.krasnay.scaffold.io that implement Sink
 class FileSink
           
 class OutputStreamSink
           
 

Methods in ca.krasnay.scaffold.io with parameters of type Sink
static void IOUtils.copy(Source source, Sink sink)
          Copies the contents of a source to a sink using the default buffer size.
static void IOUtils.copy(Source source, Sink sink, int bufferSize)
          Copies the contents of a source to a sink using a given buffer size.
 



Copyright © 2015. All rights reserved.