Create a binary writer that won't close our stream
        Namespace:
Contracts
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
Public Shared Function CreateBinaryWriter( _
ByVal s As Stream _
) As BinaryWriter
This language is not supported or no code example is available.
public static BinaryWriter CreateBinaryWriter(
Stream s
)
This language is not supported or no code example is available.
public:
static BinaryWriter^ CreateBinaryWriter(
Stream^ s
)
This language is not supported or no code example is available.
Parameters
- s
 - 
		Type: Stream 
		
<default>