The following tables list the members exposed by StreamItem.

      Public Constructors

      NameDescription
      Public ConstructorsStreamItem Constructor(Stream, FileSystem)Initializes a new instance of the StreamItem from a specified stream.
      Top

      Public Properties

      NameDescription
      Public PropertiesAttributesOverridden. Gets the FileAttributes of the file.
      Public PropertiesCreationTimeOverridden. Gets the creation time of the file.
      Public PropertiesDirectoryNameGets the directory path, or null reference if not available. (Inherited from FileInfoBase)
      Public PropertiesExistsOverridden. Gets a boolean value indicating if the item physically exists.
      Public PropertiesFileSystemOverridden. Not supported. Always null.
      Public PropertiesFullNameOverridden. Not supported. Always null.
      Public PropertiesIsDirectoryOverridden. Not supported. Always false.
      Public PropertiesIsFileOverridden. Not supported. Always true.
      Public PropertiesIsSymlinkOverridden. Not supported. Always false.
      Public PropertiesLastAccessTimeOverridden. Not supported. Always DateTime.MinValue.
      Public PropertiesLastWriteTimeOverridden. Not supported. Always DateTime.MinValue.
      Public PropertiesLengthOverridden. Gets the size of the current file.
      Public PropertiesNameOverridden. Not supported. Always null.
      Public PropertiesOriginalPathGets the original path of the item. For internal use only. (Inherited from FileInfoBase)
      Public PropertiesParentFolderOverridden. Not supported. Always null.
      Public PropertiesStreamGets the underlying stream.
      Public PropertiesSymlinkPathOverridden. Not supported. Always null.
      Top

      Public Methods

      NameDescription
      Public MethodsApplyPropertiesFromApplies properties from the specified source file. (Inherited from FileInfoBase)
      Public MethodsCopyToOverloaded. Overridden. Copies this file to the specified destination file. This function is not supported.
      Public MethodsCreateOverridden. Creates the physical item represented by this object. This function is not supported.
      Public MethodsDeleteOverridden. Not supported.
      Public MethodsGetChecksumGets the checksum of the current file. (Inherited from FileInfoBase)
      Public MethodsGetFilesReturns a collection of files matching the specified search condition in this folder. (Inherited from FileInfoBase)
      Public MethodsGetFoldersReturns a collection of folders matching the specified search condition in this folder. (Inherited from FileInfoBase)
      Public MethodsGetItemsReturns a collection of files and directories matching the specified search condition in this folder. (Inherited from FileInfoBase)
      Public MethodsIsSameAsOverridden. Not supported. Always false.
      Public MethodsMatchesReturns a boolean value indicating whether the file matches the specified search condition. (Inherited from FileInfoBase)
      Public MethodsMatchesAllReturns a boolean value indicating whether the file matches all the specified search conditions. (Inherited from FileInfoBase)
      Public MethodsMatchesOneReturns a boolean value indicating whether the file matches at least one of the specified search conditions. (Inherited from FileInfoBase)
      Public MethodsOpenReadOverridden. Not supported.
      Public MethodsOpenWriteOverridden. Not supported.
      Public MethodsReadReads the whole file and return its content to an array of bytes. (Inherited from FileInfoBase)
      Public MethodsRefreshRe-reads the information from the physical item. (Inherited from FileInfoBase)
      Public MethodsToStringOverridden. Returns the name of the item.
      Public MethodsUpdateFullNameOverridden. Not supported.
      Public MethodsWriteCreates a new file and writes data from the specified input data stream. (Inherited from FileInfoBase)
      Top

      See Also