Home | History | Annotate | Download | only in util

Lines Matching defs:newOutputStream

814         public OutputStream newOutputStream(int index) throws IOException {
829 writer = new OutputStreamWriter(newOutputStream(index), UTF_8);