C# (CSharp) MongoDB.GridFS GridFileStream.Seek - 6 примеров найдено. Это лучшие примеры C# (CSharp) кода для MongoDB.GridFS.GridFileStream.Seek, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Seek to any location in the stream. Seeking past the end of the file is allowed. Any writes to that location will cause the file to grow to that size. Any holes that may be created from the seek will be zero filled on close.
publicSeek ( longoffset, SeekOriginorigin ) : long