git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-10-22 01:57:24 +00:00
parent 04fdfd2458
commit 52457da856

View File

@ -1,8 +1,7 @@
package org.apache.poi.hpsf;
import org.apache.poi.util.LittleEndian;
import org.apache.poi.util.Internal;
import org.apache.poi.util.LittleEndian;
@Internal
class Blob
@ -19,7 +18,7 @@ class Blob
return;
}
_value = LittleEndian.getByteArray( _value, offset
_value = LittleEndian.getByteArray( data, offset
+ LittleEndian.INT_SIZE, size );
}