Skip to content

Commit

Permalink
git-svn-id: http://stream-m.googlecode.com/svn/trunk@18 3b25ada9-4eb4…
Browse files Browse the repository at this point in the history
…-a6d6-1e5e-85e4663ad80e
  • Loading branch information
vbence.gooacc@gmail.com committed Sep 26, 2011
1 parent b92cff8 commit 325047b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/StreamingState.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,15 @@ public int processData(byte[] buffer, int offset, int length) {
// end: ID_SIMPLEBLOCK

} else if (elem.getId() == ID_BLOCKGROUP) {

// BlockGroup element is not supported
throw new RuntimeException("BlockGroup is not yet supported.");

} else {

// report unhandled element
//DEBUG System.out.println(elem);

}

if (elem.getId() == ID_CLUSTER || elem.getDataSize() >= 0x100000000L) {
Expand Down

0 comments on commit 325047b

Please sign in to comment.