1 38 39 package org.jvnet.fastinfoset.sax; 40 41 import org.xml.sax.SAXException ; 42 43 73 public interface EncodingAlgorithmContentHandler { 74 102 public void octets(String URI, int algorithm, byte[] b, int start, int length) throws SAXException ; 103 104 118 public void object(String URI, int algorithm, Object o) throws SAXException ; 119 } 120 | Popular Tags |