Searched refs:MAX_WRITE_BYTES (Results 1 – 1 of 1) sorted by relevance
27 private static final int MAX_WRITE_BYTES = 4096; field in InterruptableOutputStream47 int bytesCount = Math.min(MAX_WRITE_BYTES, end - offset); in write()