public void encode(Tag implicitTag, OutputStream ostream) throws IOException { sequence.encode(implicitTag, ostream); }
public void encode(OutputStream ostream) throws IOException { sequence.encode(ostream); }