nextFieldValue( parser, "revpos" );
nextFieldValue( parser, "length" );
long length = parser.getNumberValue().longValue();
nextFieldValue( parser, "stub" );
attachments.add( new CouchDoc.StubbedAttachment( new AttachmentId( attachmentId ), MediaType.valueOf( contentType ), length ) );
nextToken( parser, JsonToken.END_OBJECT );
}
nextToken( parser, JsonToken.END_OBJECT );
}