---
title: FSReadFileResult
framework: fskit
role: symbol
role_heading: Class
path: fskit/fsreadfileresult
---

# FSReadFileResult

The result of a read-file call.

## Declaration

```swift
class FSReadFileResult
```

## Overview

Overview Use this type in your implementation of read(from:at:length:into:replyHandler:).

## Topics

### Creating a read-file result

- [init(bytesRead:itemAttributes:)](fskit/fsreadfileresult/init(bytesread:itemattributes:).md)
- [FSItem.Attributes](fskit/fsitem/attributes.md)

## Relationships

### Inherits From

- [FSVolumeHandlerResult](fskit/fsvolumehandlerresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Reading and writing

- [read(from:at:length:into:replyHandler:)](fskit/fsvolume/readwritehandler/read(from:at:length:into:replyhandler:).md)
- [FSMutableFileDataBuffer](fskit/fsmutablefiledatabuffer.md)
- [write(contents:to:at:replyHandler:)](fskit/fsvolume/readwritehandler/write(contents:to:at:replyhandler:).md)
- [FSWriteFileResult](fskit/fswritefileresult.md)
