Directory src/java/com/thoughtworks/xstream/io/copy/

Directory Created:
2006-06-04 14:52
Total Files:
1
Deleted Files:
0
Lines of Code:
52

[root]/src/java/com/thoughtworks/xstream/io/copy

Lines of Code

src/java/com/thoughtworks/xstream/io/copy/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 5 (100.0%) 95 (100.0%) 19.0
joehni 4 (80.0%) 55 (57.9%) 13.7
joe 1 (20.0%) 40 (42.1%) 40.0

Most Recent Commits

joehni 2008-02-26 18:21 Rev.: 1448

Fix javadoc example.

2 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/io/copy: HierarchicalStreamCopier.java (+2 -2)
joehni 2007-12-10 21:50 Rev.: 1345

Add license headers to core.

11 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/io/copy: HierarchicalStreamCopier.java (+11)
joehni 2006-11-10 17:28 Rev.: 1049

Adjust svn properties.

41 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/io/copy: HierarchicalStreamCopier.java (+41 -41)
joehni 2006-07-28 16:36 Rev.: 904

Fix repairing namespace for StaxDriver (XSTR-304).
Added some @since 1.2.

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/io/copy: HierarchicalStreamCopier.java (+1)
joe 2006-06-04 14:52 Rev.: 861

Added HierStreamCopier that allows one format to be copied to another without the overhead of serialization.

This can be used for transforming documents serialized in XML to binary and vice-versa.

40 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/io/copy: HierarchicalStreamCopier.java (new 40)