]> source.dussan.org Git - poi.git/commit
add classes that will replace VariantSupport class just a bit later
authorSergey Vladimirov <sergey@apache.org>
Fri, 21 Oct 2011 23:45:01 +0000 (23:45 +0000)
committerSergey Vladimirov <sergey@apache.org>
Fri, 21 Oct 2011 23:45:01 +0000 (23:45 +0000)
commit0df5442322d2e095f77a7ec5bf07c762667cb438
treeed07d73a99af91bf2bf1bad811beba449c6a9d51
parentaaadb099340ef9be01ededf5f1681e86b8efcdd0
add classes that will replace VariantSupport class just a bit later

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187595 13f79535-47bb-0310-9956-ffa450edef68
17 files changed:
src/java/org/apache/poi/hpsf/Array.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/Blob.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/ClipboardData.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/CodePageString.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/Currency.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/Date.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/Decimal.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/Filetime.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/GUID.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/IndirectPropertyName.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/TypedPropertyValue.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/UnicodeString.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/Variant.java
src/java/org/apache/poi/hpsf/VariantBool.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/VariantVector.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/Vector.java [new file with mode: 0644]
src/java/org/apache/poi/hpsf/VersionedStream.java [new file with mode: 0644]