public class MemoryStream extends Object
MemoryStream()
byte[]
ToArray()
void
Write(byte[] buffer)
Write(byte[] buffer, int offset, int count)
WriteByte(int value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MemoryStream()
public void WriteByte(int value)
public void Write(byte[] buffer, int offset, int count)
public void Write(byte[] buffer)
public byte[] ToArray()
Copyright © 2022. All rights reserved.