Skip navigation links
TrueZIP 7.7.10

@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)

Package de.schlichtherle.truezip.socket

Provides I/O sockets to address and resolve targets for I/O operations.

See: Description

Package de.schlichtherle.truezip.socket Description

Provides I/O sockets to address and resolve targets for I/O operations. Similar to network sockets, I/O sockets are a very powerful concept: They support input, output, copying, caching, proxying etc. of the contents of a generic local target and an optional peer target. By using I/O sockets, you'll never have to write a fast copy routine again.

In order to maximize the versatility of I/O sockets, it's highly recommended for any implementation that it performs any I/O initialization lazily. That is, creating a socket should never throw a IOException. If initializing I/O is required, it should be done in any of the methods provided by the socket instead.

Author:
Christian Schlichtherle
Skip navigation links
TrueZIP 7.7.10

Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.