**Current behavior:** - Input::fromFile() only accepts a file path string. **Requested changes:** - Support passing a resource handle directly. - Add a fromString() method to handle raw binary strings, avoiding the need for creating temporary files.
Current behavior:
Requested changes: