| SVN-Dump documentation | view source | Contained in the SVN-Dump distribution. |
SVN::Dump::Text - A text block from a svn dump
# SVN::Dump::Text objects are returned by the read_text_block()
# method of SVN::Dump::Reader
A SVN::Dump::Text object represents the text of a
SVN dump record.
The following methods are available:
Create a new SVN::Dump::Text object, initialised with the given text.
Return the text of the SVN::Dump::Text object.
Set the text of the SVN::Dump::Text object.
Return a string representation of the text block.
Return a digest of the text computed with the $algo algorithm in
hexadecimal form. See the Digest module for valid values of $algo.
Return undef if the digest algorithm is not supported.
Copyright 2006-2010 Philippe 'BooK' Bruhat, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| SVN-Dump documentation | view source | Contained in the SVN-Dump distribution. |