init commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Org.BouncyCastle.Utilities.IO;
|
||||
|
||||
internal class NullOutputStream : BaseOutputStream
|
||||
{
|
||||
public override void WriteByte(byte b)
|
||||
{
|
||||
}
|
||||
|
||||
public override void Write(byte[] buffer, int offset, int count)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user