IBM InfoSphere Streams Version 4.1.0

Functions: com.ibm.streams.teda 1.0.2

Functions

createDirectory(rstring, int32)
Attempts to create the directory that the path variable identifies, as if by ISO/IEC 9945 mkdir() with a second argument of S_IRWXU|S_IRWXG|S_IRWXO.
rename(rstring, rstring, int32)
Renames a file or directory, as if by ISO/IEC 9945 rename(). If the oldName and newName paths specify different locations, the file or directory is moved to the new location if that is supported by the system.
sha2hash160(blob)
Computes a 160-bit SHA-2 hash value from a given input value.
sha2hash160(rstring)
Computes a 160-bit SHA-2 hash value from a given input value.
sha2hash160raw(blob)
Computes a 160-bit SHA-2 hash value from a given input value.
sha2hash160raw(rstring)
Computes a 160-bit SHA-2 hash value from a given input value.
sha2hash224(blob)
Computes a 224-bit SHA-2 hash value from a given input value.
sha2hash224(rstring)
Computes a 224-bit SHA-2 hash value from a given input value.
sha2hash224raw(blob)
Computes a 224-bit SHA-2 hash value from a given input value.
sha2hash224raw(rstring)
Computes a 224-bit SHA-2 hash value from a given input value.
sha2hash256(blob)
Computes a 256-bit SHA-2 hash value from a given input value.
sha2hash256(rstring)
Computes a 256-bit SHA-2 hash value from a given input value.
sha2hash256raw(blob)
Computes a 256-bit SHA-2 hash value from a given input value.
sha2hash256raw(rstring)
Computes a 256-bit SHA-2 hash value from a given input value.
sha2hash384(blob)
Computes a 384-bit SHA-2 hash value from a given input value.
sha2hash384(rstring)
Computes a 384-bit SHA-2 hash value from a given input value.
sha2hash384raw(blob)
Computes a 384-bit SHA-2 hash value from a given input value.
sha2hash384raw(rstring)
Computes a 384-bit SHA-2 hash value from a given input value.
sha2hash512(blob)
Computes a 512-bit SHA-2 hash value from a given input value.
sha2hash512(rstring)
Computes a 512-bit SHA-2 hash value from a given input value.
sha2hash512raw(blob)
Computes a 512-bit SHA-2 hash value from a given input value.
sha2hash512raw(rstring)
Computes a 512-bit SHA-2 hash value from a given input value.