类 OpenSSL::Buffering::Buffer
一个保留二进制编码的缓冲区。
常量
- BINARY
公共类方法
new() 点击切换源代码
调用超类方法
String::new
# File ext/openssl/lib/openssl/buffering.rb, line 29 def initialize super force_encoding(BINARY) end
一个保留二进制编码的缓冲区。
String::new
# File ext/openssl/lib/openssl/buffering.rb, line 29 def initialize super force_encoding(BINARY) end