[DS-3895] Rename Bitstream.getSize() to getSizeBytes().

This commit is contained in:
Mark H. Wood
2018-04-23 13:29:31 -04:00
parent 49185db7e9
commit 24575d8ba1
26 changed files with 76 additions and 72 deletions

View File

@@ -168,7 +168,7 @@ public class FullTextContentStreams extends ContentStreamBase {
}
public long getSize() {
return bitstream.getSize();
return bitstream.getSizeBytes();
}
public InputStream getInputStream() throws SQLException, IOException, AuthorizeException {