Home | History | Annotate | Download | only in os

Lines Matching defs:closeWithError

438      * {@link #closeWithError(String)} which can be handled by the read end
483 * {@link #closeWithError(String)} which can be detected by the other end
674 * {@link #closeWithError(String)}.
722 public void closeWithError(String msg) throws IOException {
725 mWrapped.closeWithError(msg);
870 * {@link #closeWithError(String)}.