TrueUpdate Core 0.5

net.java.trueupdate.core.io
Interface Source

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

public interface Source

An abstraction for reading binary data.

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

Method Summary
 InputStream input()
          Returns a new input stream for reading the binary data from this source.
 

Method Detail

input

@CreatesObligation
InputStream input()
                  throws IOException
Returns a new input stream for reading the binary data from this source.

Throws:
IOException

TrueUpdate Core 0.5

Copyright © 2013 Schlichtherle IT Services. All rights reserved.