Searched defs:characterEncoding (Results 1 – 2 of 2) sorted by relevance
34 String characterEncoding; field in Decoder122 public Decoder(InputStream is, String _bound, String characterEncoding) throws IOException { in Decoder()
94 @Test public void characterEncoding() throws Exception { in characterEncoding() method in FormEncodingBuilderTest