File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
readium/shared/src/main/java/org/readium/r2/shared/util/archive/channel/compress/utils Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 27
27
import java .io .InputStream ;
28
28
import java .io .OutputStream ;
29
29
import java .nio .ByteBuffer ;
30
- import java .nio .file .LinkOption ;
31
30
32
31
/**
33
32
* Utility functions
@@ -38,13 +37,6 @@ public final class IOUtils {
38
37
private static final int COPY_BUF_SIZE = 8024 ;
39
38
private static final int SKIP_BUF_SIZE = 4096 ;
40
39
41
- /**
42
- * Empty array of type {@link LinkOption}.
43
- *
44
- * @since 1.21
45
- */
46
- public static final LinkOption [] EMPTY_LINK_OPTIONS = {};
47
-
48
40
// This buffer does not need to be synchronized because it is write only; the contents are ignored
49
41
// Does not affect Immutability
50
42
private static final byte [] SKIP_BUF = new byte [SKIP_BUF_SIZE ];
You can’t perform that action at this time.
0 commit comments