Remove stream read
This commit is contained in:
@@ -62,9 +62,6 @@ public class IOSLauncher extends IOSApplication.Delegate{
|
|||||||
NSFileCoordinator coord = new NSFileCoordinator(null);
|
NSFileCoordinator coord = new NSFileCoordinator(null);
|
||||||
try{
|
try{
|
||||||
coord.coordinateReadingItem(documentURLs.get(0), NSFileCoordinatorReadingOptions.None, url -> {
|
coord.coordinateReadingItem(documentURLs.get(0), NSFileCoordinatorReadingOptions.None, url -> {
|
||||||
NSInputStream stream = new NSInputStream(NSData.read(url));
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
try{
|
try{
|
||||||
cons.get(new FileHandle(url.getAbsoluteURL().getPath()));
|
cons.get(new FileHandle(url.getAbsoluteURL().getPath()));
|
||||||
|
|||||||
Reference in New Issue
Block a user