Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileStream class #54

Closed
20 tasks done
nikodemus opened this issue Feb 9, 2020 · 0 comments · Fixed by #167
Closed
20 tasks done

FileStream class #54

nikodemus opened this issue Feb 9, 2020 · 0 comments · Fixed by #167
Labels
feature-lang Language or library feature
Milestone

Comments

@nikodemus
Copy link
Owner

nikodemus commented Feb 9, 2020

  • close
  • flush
  • isClosed
  • isOpen
  • size
  • resize: size
  • offset
  • offset: absolute
  • offsetFromEnd: relative
  • offsetFromHere: relative
  • readBytes
  • readString
  • read: n bytesInto: byteArray at: index
  • write: n bytesFrom: byteArray at: index
  • tryRead: n bytesInto: byteArray at: index
  • tryWrite: n bytesFrom: byteArray at: index
  • tryReadOnce: n bytesInto: byteArray at: index
  • tryWriteOnce: n bytesFrom: byteArray at: index
  • writeBytes: bytes
  • writeString: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-lang Language or library feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant