TrueUpdate Core 0.3

net.java.trueupdate.core.io
Interface Sink

All Known Subinterfaces:
Store
All Known Implementing Classes:
FileStore, ZipEntrySink

public interface Sink

An abstraction for writing binary data.

Author:
Christian Schlichtherle (copied and edited from TrueLicense Core 2.3.1)
See Also:
Source

Method Summary
 OutputStream output()
          Returns a new output stream for writing the binary data to this sink.
 

Method Detail

output

@CreatesObligation
OutputStream output()
                    throws IOException
Returns a new output stream for writing the binary data to this sink.

Throws:
IOException

TrueUpdate Core 0.3

Copyright © 2013 Schlichtherle IT Services. All rights reserved.