vaadin / intellij-plugin

Vaadin IntelliJ Plugin
2 stars 0 forks source link

Add a command for writing binary files #50

Open Artur- opened 3 days ago

Artur- commented 3 days ago

Either as base64 encoded or directly by passing a byte stream

MarcinVaadin commented 3 days ago

Easiest would be to use existing file write operation and detect if string is base64.

Artur- commented 3 days ago

No need to detect, the caller can tell if it is