* make sure modules using java8 * move url matching code * upgrade boot parent * minor cleanup * fix blocking tests * add core-java-io module * move stream API to core-java-8
		
			
				
	
	
	
		
			1.8 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.8 KiB
		
	
	
	
	
	
	
	
=========
Core Java IO Cookbooks and Examples
Relevant Articles:
- Java - Reading a Large File Efficiently
 - Java InputStream to String
 - Java – Write to File
 - Java - Convert File to InputStream
 - Java Scanner
 - Java – Byte Array to Writer
 - Java – Directory Size
 - Differences Between the Java WatchService API and the Apache Commons IO Monitor Library
 - Calculate the Size of a File in Java
 - Comparing getPath(), getAbsolutePath(), and getCanonicalPath() in Java
 - Using Java MappedByteBuffer
 - Copy a File with Java
 - Java – Append Data to a File
 - FileNotFoundException in Java
 - How to Read a File in Java
 - A Guide To NIO2 Asynchronous File Channel
 - A Guide To NIO2 FileVisitor
 - A Guide To NIO2 File Attribute APIs
 - Introduction to the Java NIO2 File API
 - Zipping and Unzipping in Java