Nice/src/bossa/modules DirectoryCompiledContent.java,1.9,1.10
Artem Gr Kozarezov <[email protected]>
| Newsgroups | gmane.comp.lang.nice.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/nice/Nice/src/bossa/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13375/src/bossa/modules
Modified Files:
DirectoryCompiledContent.java
Log Message:
Wrap FileInputStream with BufferedInputStream.
Index: DirectoryCompiledContent.java
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/modules/DirectoryCompiledContent.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** DirectoryCompiledContent.java 13 Feb 2004 17:43:36 -0000 1.9
--- DirectoryCompiledContent.java 8 Mar 2005 20:11:36 -0000 1.10
***************
*** 66,70 ****
return null;
! ClassType res = null;
try{ res = gnu.bytecode.ClassFileInput.readClassType(name, s); }
catch(LinkageError e){}
--- 66,71 ----
return null;
! ClassType res = null;
! s = new BufferedInputStream( s );
try{ res = gnu.bytecode.ClassFileInput.readClassType(name, s); }
catch(LinkageError e){}
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click