Toggle navigation
Home
java.io.InputStream to byte
No. of Instances - 5
No. of Commits - 2
No. of Projects - {'james-project'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Update Class Instacne Creation
new SequenceInputStream(streams.get(HEADER_BLOB_TYPE),streams.get(BODY_BLOB_TYPE))
to
new SequenceInputStream(new ByteArrayInputStream(streams.get(HEADER_BLOB_TYPE)),new ByteArrayInputStream(streams.get(BODY_BLOB_TYPE)))
Rename Variable
is
to
bytes
cipheredIn
to
plaintext
macIn
to
buffer
cipheredIn
to
plaintext
inputStream
to
payload
inputStream
to
payload
input
to
bytes
responseStream
to
output
responseStream
to
output
responseStream
to
output
responseStream
to
output
responseStream
to
output
responseStream
to
output
responseStream
to
output
Cascading Type Change (Similar)
InputStream
to
byte[]
InputStream
to
byte[]
InputStream
to
byte[]
Convert Class instance creation to method invocation
CipherInputStream
to
update
CipherInputStream
to
update
CipherInputStream
to
update
Wrap or Un-wrap
run
to
run
unmarshallMessage
to
unmarshallMessage
Cascading Type Change (Different)
SAMLObject
to
XMLObject