Questions tagged [datahandler]

63 questions
-2
votes
1 answer

Java: Is there a way to know if an inputStream is a readonly file

We encounter errors because we update a read only file. Currently I have a method that soft deletes a file. This method has a parameter DataHandler which has a field that contains an input stream. Would like to ask for some suggestions if there is a…
-3
votes
1 answer

DataHandler, trying to write its content into a file

I am having a DataHandler problem. I am trying to collect their contents in a file. This is created with the size of the buffer allocated damaged but without content, so I do not get to write anything on it. This is the code i'm using: Important,…
anmarpei
  • 1
  • 6
-6
votes
1 answer

Checking user input python

In my inputCheck function when the users input is passed through after being checked wether is an acceptable input should be confirmed by the print message and then run another function - however it doesn't do that and I cant figure out why - Would…
user2166941
  • 11
  • 1
  • 1
  • 4
1 2 3 4
5