Home | History | Annotate | Download | only in dictionarypack

Lines Matching defs:FILE_COPY_BUFFER_SIZE

86     private static final int FILE_COPY_BUFFER_SIZE = 8192;
712 final byte[] buffer = new byte[FILE_COPY_BUFFER_SIZE];