|  | @@ -61,7 +61,6 @@ public class ImageUtils
 | 
											
												
													
														|  |      public static byte[] readFile(String url)
 |  |      public static byte[] readFile(String url)
 | 
											
												
													
														|  |      {
 |  |      {
 | 
											
												
													
														|  |          InputStream in = null;
 |  |          InputStream in = null;
 | 
											
												
													
														|  | -        ByteArrayOutputStream baos = null;
 |  | 
 | 
											
												
													
														|  |          try
 |  |          try
 | 
											
												
													
														|  |          {
 |  |          {
 | 
											
												
													
														|  |              // 网络地址
 |  |              // 网络地址
 | 
											
										
											
												
													
														|  | @@ -81,7 +80,6 @@ public class ImageUtils
 | 
											
												
													
														|  |          finally
 |  |          finally
 | 
											
												
													
														|  |          {
 |  |          {
 | 
											
												
													
														|  |              IOUtils.closeQuietly(in);
 |  |              IOUtils.closeQuietly(in);
 | 
											
												
													
														|  | -            IOUtils.closeQuietly(baos);
 |  | 
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |  }
 |  |  }
 |