Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Core classes treat memory read/write fail as an exception #12

Open
cxcorp opened this issue Feb 23, 2017 · 0 comments
Open

Core classes treat memory read/write fail as an exception #12

cxcorp opened this issue Feb 23, 2017 · 0 comments

Comments

@cxcorp
Copy link
Owner

cxcorp commented Feb 23, 2017

Failure to read or write from a memory address is overwhelmingly common since a process's address space is practically never fully in use.

Instead, write methods could return a boolean success value, and read methods could return Optional<T>.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant