Menu

#9 MP3 files throws NegativeArraySizeException

open
nobody
None
5
2008-04-22
2008-04-22
Anonymous
No

The following code:

try {

ParserContext ctx = new ParserContext();
DataAdapter adapter = new MP3Adapter();
adapter.adapt(mp3File, ctx);
} catch (Exception e) {
e.printStackTrace();
}

throws the NegativeArraySizeException, from debugging i
found out it happens here:

FXUtil.getFixedStringValue(DataSource,int length)

Discussion


Log in to post a comment.