int tagSize = computeTagLength(compatibleTag, fields);
ByteBuffer buf = ByteBuffer.allocate( tagSize + padding );
create(compatibleTag, buf, fields, tagSize, padding);
buf.rewind();
return buf;
}
protected List createFields(Tag tag) throws UnsupportedEncodingException {
List fields = new LinkedList();