class Transit::WriteHandlers::ByteArrayHandler
Public Instance Methods
rep(b)
click to toggle source
# File lib/transit/write_handlers.rb, line 357 def rep(b) b.value.to_java_bytes end
string_rep(b)
click to toggle source
# File lib/transit/write_handlers.rb, line 365 def string_rep(b) rep(b) end
tag(_)
click to toggle source
# File lib/transit/write_handlers.rb, line 355 def tag(_) "b" end