Class SVNFileSystemStream
Inheritance
System.Object
    System.MarshalByRefObject
    System.IO.Stream
    
    SVNFileSystemStream
  Implements
System.IDisposable
  Inherited Members
      System.IO.Stream.Null
    
    
      System.IO.Stream.BeginRead(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)
    
    
      System.IO.Stream.BeginWrite(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)
    
    
      System.IO.Stream.Close()
    
    
      System.IO.Stream.CopyTo(System.IO.Stream)
    
    
      System.IO.Stream.CopyTo(System.IO.Stream, System.Int32)
    
    
      System.IO.Stream.CopyToAsync(System.IO.Stream)
    
    
      System.IO.Stream.CopyToAsync(System.IO.Stream, System.Int32)
    
    
      System.IO.Stream.CopyToAsync(System.IO.Stream, System.Int32, System.Threading.CancellationToken)
    
    
      System.IO.Stream.CreateWaitHandle()
    
    
      System.IO.Stream.Dispose()
    
    
      System.IO.Stream.EndRead(System.IAsyncResult)
    
    
      System.IO.Stream.EndWrite(System.IAsyncResult)
    
    
      System.IO.Stream.FlushAsync()
    
    
      System.IO.Stream.ObjectInvariant()
    
    
      System.IO.Stream.ReadAsync(System.Byte[], System.Int32, System.Int32)
    
    
      System.IO.Stream.ReadByte()
    
    
      System.IO.Stream.Synchronized(System.IO.Stream)
    
    
      System.IO.Stream.WriteAsync(System.Byte[], System.Int32, System.Int32)
    
    
      System.IO.Stream.WriteByte(System.Byte)
    
    
      System.IO.Stream.CanTimeout
    
    
      System.IO.Stream.ReadTimeout
    
    
      System.IO.Stream.WriteTimeout
    
    
      System.MarshalByRefObject.GetLifetimeService()
    
    
      System.MarshalByRefObject.InitializeLifetimeService()
    
    
      System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Azos.IO.FileSystem.SVN
Assembly: Azos.Web.dll
Syntax
public class SVNFileSystemStream : FileSystemStream, IDisposableConstructors
SVNFileSystemStream(FileSystemFile, Action<FileSystemStream>)
Declaration
public SVNFileSystemStream(FileSystemFile file, Action<FileSystemStream> disposeAction)Parameters
| Type | Name | Description | 
|---|---|---|
| FileSystemFile | file | |
| System.Action<FileSystemStream> | disposeAction | 
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | disposing | 
Overrides
DoFlush()
Declaration
protected override void DoFlush()Overrides
DoGetLength()
Declaration
protected override long DoGetLength()Returns
| Type | Description | 
|---|---|
| System.Int64 | 
Overrides
DoGetPosition()
Declaration
protected override long DoGetPosition()Returns
| Type | Description | 
|---|---|
| System.Int64 | 
Overrides
DoRead(Byte[], Int32, Int32)
Declaration
protected override int DoRead(byte[] buffer, int offset, int count)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Byte[] | buffer | |
| System.Int32 | offset | |
| System.Int32 | count | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
DoSeek(Int64, SeekOrigin)
Declaration
protected override long DoSeek(long offset, SeekOrigin origin)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int64 | offset | |
| System.IO.SeekOrigin | origin | 
Returns
| Type | Description | 
|---|---|
| System.Int64 | 
Overrides
DoSetLength(Int64)
Declaration
protected override void DoSetLength(long value)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int64 | value | 
Overrides
DoSetPosition(Int64)
Declaration
protected override void DoSetPosition(long position)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int64 | position | 
Overrides
DoWrite(Byte[], Int32, Int32)
Declaration
protected override void DoWrite(byte[] buffer, int offset, int count)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Byte[] | buffer | |
| System.Int32 | offset | |
| System.Int32 | count | 
Overrides
Implements
      System.IDisposable