HomeSort by relevance Sort by last modified time
    Searched full:writepending (Results 1 - 1 of 1) sorted by null

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SimpleOutputStream.java 91 private void writePending() throws IOException {
114 writePending();
128 // out.close() must be called even if writePending() fails.
129 // writePending() saves the possible exception so we can
132 writePending();

Completed in 36 milliseconds