System.IO.Stream.Stream.Write C# (CSharp) 메소드

Write() 공개 추상적인 메소드

public abstract Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void
		public abstract void Write (byte[] buffer, int offset, int count);