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