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
BeanIo nested list fixedlength marshal and unmarshal
I can't figure out why nested object aren't clearly parsed from BeanIo.
The parsing is based on "fixedlength", so positional.
Give these pojos:
@Record(minOccurs=1)
@Data
public class Addre...
Black.Jack
Votes: 0
Answers: 1
Does BeanIO require I provide a setter
It appears BeanIO requires I provide setters for my fields. Is this necessary? I created a BeanIO writer, I intend only to write files, and I have getters for each field - why would I need setters?
Upperstage
Votes: 0
Answers: 1