pp.giveBack(vp);
}
}
private void printBase64Binary(PrintStream ps, TaggedValuePointable tvp) {
XSBinaryPointable bp = pp.takeOne(XSBinaryPointable.class);
try {
tvp.getValue(bp);
abvs.reset();
castToString.convertBase64Binary(bp, dOut);
printStringAbvs(ps);