python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Beanio - How to write to stream object
I am trying to create a fixed length file output using beanio. I don't want to write the physical file, instead I want to write content to an OutputStream.
ByteArrayOutputStream outputStream = new Byt...
User_1940878
Votes: 0
Answers: 1
Android: Writing byteArray into file
I'm trying to write a byteArray received from a server. This is my code
private fun writePdf(content: ByteArray) {
val storageDir = getExternalFilesDir(Environment.DIRECTORY_DOWNLOADS)
...
navi95
Votes: 0
Answers: 1
Why my fileOutputstream ignores append "true" flag?
I m trying to wrap FileinputStream and change close method of Parent in my wrapper class "Amigo". As u can see in code, i use default FileInputStream object to write some data in end of file...

Egor Markin
Votes: 0
Answers: 1
(Kotlin) How to write to a file in android studio?
I'm trying to write to a file that I created in my app but when I open the file, there's nothing in it. I tried several methods so far and this is the latest attempt at trying to write to a file. I wa...
Nicholas Bissessar
Votes: 0
Answers: 0