예제 #1
0
 protected override void Initialize(string path, Org.BouncyCastle.Portable.IO.FileMode mode, Org.BouncyCastle.Portable.IO.FileAccess access, Org.BouncyCastle.Portable.IO.FileShare share, int bufferSize)
 {
     InternalFileStream = new InternalFileStream(path, ToInternalFileMode(mode), ToInternalFileAccess(access), ToInternalFileShare(share), bufferSize);
 }
예제 #2
0
 protected static System.IO.FileMode ToInternalFileMode(Org.BouncyCastle.Portable.IO.FileMode fileMode)
 {
     return((System.IO.FileMode)((int)fileMode));
 }