Home | History | Annotate | Download | only in serializer

Lines Matching defs:osw

728             Writer osw = null;
731 osw = Encodings.getWriter(output, encoding);
735 osw = null;
739 if (osw == null) {
750 osw = Encodings.getWriter(output, encoding);
757 setWriterInternal(osw,false);
761 Writer osw = new OutputStreamWriter(output);
762 setWriterInternal(osw,false);