Show / Hide Table of Contents

    Class InMemoryFileEntry

    The in-memory file.

    Inheritance
    Object
    InMemoryFileSystemEntry
    InMemoryFileEntry
    Implements
    IUnixFileEntry
    IUnixFileSystemEntry
    IUnixOwner
    Inherited Members
    InMemoryFileSystemEntry.Name
    InMemoryFileSystemEntry.Owner
    InMemoryFileSystemEntry.Group
    InMemoryFileSystemEntry.Permissions
    InMemoryFileSystemEntry.LastWriteTime
    InMemoryFileSystemEntry.CreatedTime
    InMemoryFileSystemEntry.NumberOfLinks
    InMemoryFileSystemEntry.Parent
    InMemoryFileSystemEntry.WithOwner(IFtpUser)
    InMemoryFileSystemEntry.WithOwner(ClaimsPrincipal)
    InMemoryFileSystemEntry.SetLastWriteTime(DateTimeOffset)
    InMemoryFileSystemEntry.SetCreateTime(DateTimeOffset)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.FileSystem.InMemory
    Assembly: FubarDev.FtpServer.FileSystem.InMemory.dll
    Syntax
    public class InMemoryFileEntry : InMemoryFileSystemEntry, IUnixFileEntry, IUnixFileSystemEntry, IUnixOwner

    Constructors

    | Improve this Doc View Source

    InMemoryFileEntry(InMemoryDirectoryEntry, String, Byte[])

    Initializes a new instance of the InMemoryFileEntry class.

    Declaration
    public InMemoryFileEntry(InMemoryDirectoryEntry parent, string name, byte[] data)
    Parameters
    Type Name Description
    InMemoryDirectoryEntry parent

    The parent entry.

    String name

    The name of this entry.

    Byte[] data

    The file data.

    Properties

    | Improve this Doc View Source

    Data

    Gets or sets the data of this file entry.

    Declaration
    public byte[] Data { get; set; }
    Property Value
    Type Description
    Byte[]
    | Improve this Doc View Source

    Size

    Declaration
    public long Size { get; }
    Property Value
    Type Description
    Int64

    Implements

    IUnixFileEntry
    IUnixFileSystemEntry
    IUnixOwner
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.